ClientWebSocketOptions.KeepAliveInterval Eigenschaft

Definition

Ruft das Keep-Alive-Intervall des WebSocket-Protokolls ab oder legt es fest.

public:
 property TimeSpan KeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public TimeSpan KeepAliveInterval { get; set; }
public TimeSpan KeepAliveInterval { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.KeepAliveInterval : TimeSpan with get, set
member this.KeepAliveInterval : TimeSpan with get, set
Public Property KeepAliveInterval As TimeSpan

Eigenschaftswert

Das Keep-Alive-Intervall des WebSocket-Protokolls.

Attribute

Gilt für: