WebPubSubHubProperties.WebSocketKeepAliveIntervalInSeconds 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.
The settings for configuring the WebSocket ping-pong interval in seconds for all clients in the hub. Valid range: 1 to 120. Default to 20 seconds.
public int? WebSocketKeepAliveIntervalInSeconds { get; set; }
member this.WebSocketKeepAliveIntervalInSeconds : Nullable<int> with get, set
Public Property WebSocketKeepAliveIntervalInSeconds As Nullable(Of Integer)