HttpContext.WebSocketRequestedProtocols Proprietà

Definizione

Ottiene l'elenco ordinato dei protocolli richiesti dal client.

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)

Valore della proprietà

IList<String>

Protocolli richiesti o null se questa non è una richiesta AspNetWebSocket o non è presente alcun elenco.

Si applica a