Share via


ApplicationGatewayBackendSettings.TimeoutInSeconds Property

Definition

Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds.

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

Property Value

Applies to