HttpContext.WebSocketNegotiatedProtocol Eigenschap

Definitie

Haalt het onderhandelde protocol op dat van de server naar de client is verzonden voor een AspNetWebSocket verbinding.

public:
 property System::String ^ WebSocketNegotiatedProtocol { System::String ^ get(); };
public string WebSocketNegotiatedProtocol { get; }
member this.WebSocketNegotiatedProtocol : string
Public ReadOnly Property WebSocketNegotiatedProtocol As String

Waarde van eigenschap

Het onderhandelde protocol.

Van toepassing op