AspNetWebSocket.SubProtocol Property

Definition

Gets the name of an application-specific protocol that a remote client and a server can use to exchange data over an AspNetWebSocket connection.

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

Property Value

The name of the protocol.

Exceptions

The object was previously disposed.

Applies to