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