HttpWebRequest.ContinueTimeout Property
Definition
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
If the 100-Continue response is received before the timeout expires, the entity body can be sent.