HttpContext.WebSocketRequestedProtocols Propiedad

Definición

Obtiene la lista ordenada de los protocolos solicitados por el cliente.

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)

Valor de propiedad

IList<String>

Protocolos solicitados, o null si no es una solicitud AspNetWebSocket o si no hay ninguna lista.

Se aplica a