次の方法で共有


WebSocketManager.WebSocketRequestedProtocols プロパティ

定義

要求された WebSocket サブプロトコルの一覧を取得します。

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

プロパティ値

適用対象