WebPubSubHubProperties.WebSocketKeepAliveIntervalInSeconds Property

Definition

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)

Property Value

Applies to