Property ClientRequestTimeOut
ClientRequestTimeOut
Clients operation timeout specified in seconds. Clients wait for the response from the server for this time. If the response is not received within this time, the operation is not successful. Based on the network conditions, the OperationTimeout value can be adjusted. The default value is 90 seconds.
Declaration
public TimeSpan? ClientRequestTimeOut { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimeSpan> | Clients operation timeout specified in seconds. |