ApplicationFirewallSettings.MaxClientConnectionLifetimeInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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