C-DEngine 5.105

HttpListenerRequest..::..RawUrl Property

Gets the raw URL (without the scheme, host, and port) requested by the client.

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

Syntax


public string RawUrl { get; }
Public ReadOnly Property RawUrl As String
	Get
public:
property String^ RawUrl {
	String^ get ();
}

Field Value

A String that represents the raw URL requested by the client.