C-DEngine 5.105

HttpListenerRequest..::..Url Property

Gets the URL requested by the client.

Namespace:  WebSocketSharp.Net
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 requested by the client.