AspNetWebSocket::SubProtocol Property

.NET Framework (current version)
 

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

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

public:
property String^ SubProtocol {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The name of the protocol.

Exception Condition
ObjectDisposedException

The object was previously disposed.

.NET Framework
Available since 4.5
Return to top
Show: