HttpContextBase.WebSocketRequestedProtocols Özellik

Tanım

Türetilmiş bir sınıfta uygulandığında, istemci 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 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)

Özellik Değeri

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

Şunlara uygulanır