ClientWebSocket.CloseStatus プロパティ

定義

ClientWebSocket インスタンスで終了ハンドシェイクが開始された理由を取得します。

public:
 virtual property Nullable<System::Net::WebSockets::WebSocketCloseStatus> CloseStatus { Nullable<System::Net::WebSockets::WebSocketCloseStatus> get(); };
public override System.Net.WebSockets.WebSocketCloseStatus? CloseStatus { get; }
member this.CloseStatus : Nullable<System.Net.WebSockets.WebSocketCloseStatus>
Public Overrides ReadOnly Property CloseStatus As Nullable(Of WebSocketCloseStatus)

プロパティ値

終了ハンドシェイクが開始された理由。

適用対象