WebSocketClient.Connect Method
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9119)
Connect(String)
Establish a WebSocket connection to the specified URL.
Declaration
public void Connect(string uri)
Parameters
Type | Name | Description |
---|---|---|
String | uri | URL that identifies the remote server. |
Connect(Uri)
Establish a WebSocket connection to the specified URL.
Declaration
public void Connect(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | URL that identifies the remote server. |