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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also