Aracılığıyla paylaş


HttpContextWrapper.WebSocketRequestedProtocols Özellik

Tanım

İstemci tarafından istenen protokollerin sıralı listesini alır.

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

Özellik Değeri

IList<String>

İstenen protokoller veya null bir istek yoksa veya bir liste yoksa AspNetWebSocket .

Şunlara uygulanır