HttpContext.WebSocketRequestedProtocols プロパティ

定義

クライアントによって要求されたプロトコルの順序付きリストを取得します。

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

プロパティ値

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

適用対象