The URL with which the WebSocket was constructed.

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

Syntax

Visual Basic
Public ReadOnly Property URL As String
	Get
C#
public string URL { get; }
Visual C++
public:
property String^ URL {
	String^ get ();
}

See Also