This topic has not yet been rated - Rate this topic

ClientWebSocket::SubProtocol Property

.NET Framework 4.5

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

Namespace:  System.Net.WebSockets
Assembly:  System (in System.dll)
public:
virtual property String^ SubProtocol {
	String^ get () override;
}

Property Value

Type: System::String
Returns String.
The supported WebSocket sub-protocol.

.NET Framework

Supported in: 4.5

Windows 8, Windows Server 2012

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.