Share via


ClientWebSocketOptions.KeepAliveInterval プロパティ

定義

WebSocket プロトコルのキープ アライブ間隔を取得または設定します。

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

プロパティ値

WebSocket プロトコルのキープアライブ間隔。

属性

適用対象