HttpContextWrapper.WebSocketNegotiatedProtocol Property

Definition

Gets the negotiated protocol that was sent from the server to the client for an AspNetWebSocket request.

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

Property Value

The negotiated protocol.

Applies to