HttpContext.WebSocketRequestedProtocols Tulajdonság

Definíció

Lekéri az ügyfél által kért protokollok rendezett listáját.

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)

Tulajdonság értéke

A kért protokollok, vagy null ha ez nem kérés AspNetWebSocket , vagy ha nincs lista.

A következőre érvényes: