次の方法で共有


WebSocketClient.SubProtocols プロパティ

定義

最初のハンドシェイクで確立された WebSocket サブプロトコルの一覧を取得します。

public:
 property System::Collections::Generic::IList<System::String ^> ^ SubProtocols { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> SubProtocols { get; }
member this.SubProtocols : System.Collections.Generic.IList<string>
Public ReadOnly Property SubProtocols As IList(Of String)

プロパティ値

適用対象