HttpRequestInfo.Timeout Property

Definition

Gets the maximum amount of time to wait for the request to complete, or null to use the handler default.

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

Property Value

Applies to