Connect to a remote event stream.

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Sub Connect ( _
	url As String _
)
C#
public void Connect(
	string url
)
Visual C++
public:
void Connect(
	String^ url
)

Parameters

url
Type: System..::..String
Represents the URI of the remote event stream.

See Also