次の方法で共有


ServerMessageWebSocketInformation.Protocol プロパティ

定義

ServerMessageWebSocket オブジェクトの WebSocket ハンドシェイク中にサーバーとネゴシエートされた WebSocket サブプロトコルを取得します。

public:
 property Platform::String ^ Protocol { Platform::String ^ get(); };
winrt::hstring Protocol();
public string Protocol { get; }
var string = serverMessageWebSocketInformation.protocol;
Public ReadOnly Property Protocol As String

プロパティ値

String

Platform::String

winrt::hstring

WebSocket ハンドシェイク中にサーバーとネゴシエートされたサブプロトコル。

Windows の要件

アプリの機能
internetClientServer privateNetworkClientServer

適用対象