Aracılığıyla paylaş


HttpContext.WebSocketRequestedProtocols Özellik

Tanım

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

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)

Özellik Değeri

IList<String>

İstenen protokoller veya null bu bir AspNetWebSocket istek değilse veya liste yoksa.

Şunlara uygulanır