HttpContext.WebSocketRequestedProtocols Właściwość

Definicja

Pobiera uporządkowaną listę protokołów żądanych przez klienta.

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)

Wartość właściwości

Żądane protokoły lub null jeśli nie AspNetWebSocket jest to żądanie lub jeśli żadna lista nie istnieje.

Dotyczy