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

適用対象