Share via


IRequestOptions.ServerTimeout Property

Definition

Gets or sets the default server timeout for the request.

public TimeSpan? ServerTimeout { get; set; }
member this.ServerTimeout : Nullable<TimeSpan> with get, set
Public Property ServerTimeout As Nullable(Of TimeSpan)

Property Value

A TimeSpan containing the server timeout interval.

Applies to