Share via


HttpListenerWebSocketContext.SecWebSocketVersion プロパティ

定義

WebSocket クライアントから要求されるサブプロトコルのリストを取得します。

public:
 virtual property System::String ^ SecWebSocketVersion { System::String ^ get(); };
public override string SecWebSocketVersion { get; }
member this.SecWebSocketVersion : string
Public Overrides ReadOnly Property SecWebSocketVersion As String

プロパティ値

WebSocket クライアントから要求されたサブプロトコルのリスト。

適用対象