WebSocket.SubProtocol Property

Definition

Gets the subprotocol that was negotiated during the opening handshake.

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

Property Value

The subprotocol that was negotiated during the opening handshake.

Applies to