HttpRequest.ContinueTimeout Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
ContinueTimeout
Gets or sets a timeout in milliseconds, which determines how long to wait for the '100 Continue' response from the server. If the '100 Continue' response is not received within the timeout, request body is send to the server.
Zero means no waiting.
Default value is 350.
Declaration
public int ContinueTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |