WebPubSubApplicationFirewallSettings.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.
Config to control the client connection lifetime in seconds, can be set to 0 to disable the config.
public long? MaxClientConnectionLifetimeInSeconds { get; set; }
member this.MaxClientConnectionLifetimeInSeconds : Nullable<int64> with get, set
Public Property MaxClientConnectionLifetimeInSeconds As Nullable(Of Long)