ITimeoutOptions.Timeout Property

Definition

Sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.

public Nullable<int> Timeout { get; set; }
Property Value