WebRequestHandler::ContinueTimeout Property
.NET Framework (current version)
Gets or sets the amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data.
Assembly: System.Net.Http.WebRequest (in System.Net.Http.WebRequest.dll)
Property Value
Type: System::TimeSpanReturns TimeSpan.
The amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data. The default value is 350 milliseconds.
.NET Framework
Available since 4.5
Available since 4.5
Show: