C-DEngine 5.105

WebSocket..::..Url Property

Gets the WebSocket URL used to connect, or accepted.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Uri Url { get; }
Public ReadOnly Property Url As Uri
	Get
public:
property Uri^ Url {
	Uri^ get ();
}

Field Value

A [Uri] that represents the URL used to connect, or accepted.