HttpContextBase.WebSocketRequestedProtocols プロパティ

定義

派生クラスで実装された場合に、クライアントから要求されるプロトコルの順序付きリストを取得します。

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

プロパティ値

要求されたプロトコル。AspNetWebSocket の要求でないか、リストがない場合は、null

適用対象