AspNetWebSocket.CloseStatus プロパティ

定義

AspNetWebSocket オブジェクトが閉じられた理由を示すステータス コードを取得します。

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)

プロパティ値

Nullable<WebSocketCloseStatus>

ステータス コード。

例外

オブジェクトが既に破棄されています。

適用対象