ClientWebSocket::SubProtocol Property

.NET Framework (current version)
 

Gets the supported WebSocket sub-protocol for the ClientWebSocket instance.

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

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

Property Value

Type: System::String^

Returns String.

The supported WebSocket sub-protocol.

.NET Framework
Available since 4.5
Return to top
Show: