HttpWebRequest.ContinueTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a timeout, in milliseconds, to wait until the 100-Continue is received from the server.
public:
property int ContinueTimeout { int get(); void set(int value); };
public int ContinueTimeout { get; set; }
member this.ContinueTimeout : int with get, set
Public Property ContinueTimeout As Integer
Property Value
The timeout, in milliseconds, to wait until the 100-Continue is received.
Remarks
Caution
WebRequest
, HttpWebRequest
, ServicePoint
, and WebClient
are obsolete, and you shouldn't use them for new development. Use HttpClient instead.
If the 100-Continue response is received before the timeout expires, the entity body can be sent.