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.
Namespace:
Rebex.Net
Assembly:
Rebex.Http (in Rebex.Http.dll)
Syntax
Visual Basic |
---|
Public Property ContinueTimeout As Integer Get Set |
C# |
---|
public int ContinueTimeout { get; set; } |