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)

プロパティ値

要求されたプロトコル、またはこれがnull要求でない場合、またはリストが存在しない場合にAspNetWebSocket

適用対象