My problem is with uploading big files with httpclient postasync method. It times out and so on. I did find this great blog post about httpwebrequest (http://www.thomaslevesque.com/2014/01/14/tackling-timeout-issues-when-uploading-large-files-with-httpwebrequest/) which tells how to deal with timeout issues when using httpwebrequest. However the current request is done with httpclient so I'm wondering if there is any way to do it with httpclient?
In the other posts there are ideas to split the chunk of data. However I don't see any reason to do extra work if the timeout can be disabled for transfer part of the request.