WebSocketTransportSettings.KeepAliveInterval Property

Definition

Gets or sets the value of the keep alive interval of the connection.

public:
 property TimeSpan KeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan KeepAliveInterval { get; set; }
member this.KeepAliveInterval : TimeSpan with get, set
Public Property KeepAliveInterval As TimeSpan

Property Value

The value of the keep alive interval of the connection.

Applies to