WebSocket::SubProtocol Property

.NET Framework (current version)
 

The subprotocol that was negotiated during the opening handshake.

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

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

Property Value

Type: System::String^

Returns String.

.NET Framework
Available since 4.5
Return to top
Show: