ApplicationFirewallSettings.MaxClientConnectionLifetimeInSeconds Property

Definition

Gets or sets config to control the client connection lifetime in seconds, can be set to 0 to disable the config

[Newtonsoft.Json.JsonProperty(PropertyName="maxClientConnectionLifetimeInSeconds")]
public long? MaxClientConnectionLifetimeInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxClientConnectionLifetimeInSeconds")>]
member this.MaxClientConnectionLifetimeInSeconds : Nullable<int64> with get, set
Public Property MaxClientConnectionLifetimeInSeconds As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to