Gets the sub-protocol selected by the server (only available once the WebSocket has been connected).
Namespace:
Rebex.Net
Assembly:
Rebex.WebSocket (in Rebex.WebSocket.dll)
Syntax
| Visual Basic |
|---|
Public Property SubProtocol As String Get Private Set |
| C# |
|---|
public string SubProtocol { get; private set; } |