다음을 통해 공유


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 프로토콜 연결 유지 간격입니다.

특성

적용 대상