The displayed value seems to be 1 minute and 40 seconds. Try setting the NetworkTimeout value to a higher value like TimeSpan.FromSeconds(300) and see whether you are able to upload.
Hope this helps
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am trying to write large files to Azure Blob storage over a slow network and I am getting timeout issues.
I am trying to set the NetworkTimeout using something like TimeSpan.FromSeconds(90).
But I need to know the units of the 1:40. Is that milliseconds, seconds, minutes, etc.
Any help appreciated.
The displayed value seems to be 1 minute and 40 seconds. Try setting the NetworkTimeout value to a higher value like TimeSpan.FromSeconds(300) and see whether you are able to upload.
Hope this helps