WebSocketClientOptions.AddSubProtocol Method
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9083)
AddSubProtocol(String)
Adds subprotocol to a list of subprotocols to be announced to the server.
Declaration
public void AddSubProtocol(string subProtocol)
Parameters
Type | Name | Description |
---|---|---|
String | subProtocol | Subprotocol name. |