Establish a WebSocket connection to the specified URL.
Namespace:
Rebex.Net
Assembly:
Rebex.WebSocket (in Rebex.WebSocket.dll)
Syntax
| Visual Basic |
|---|
Public Sub Connect ( _ uri As Uri _ ) |
| C# |
|---|
public void Connect( Uri uri ) |
Parameters
- uri
- Type: System..::..Uri
URL that identifies the remote server.