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 String _ ) |
| C# |
|---|
public void Connect( string uri ) |
Parameters
- uri
- Type: System..::..String
URL that identifies the remote server.