Share via


HttpListenerRequest.RawUrl Property

Gets the URL information (without the host and port) requested by the client.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public string RawUrl { get; }

Property Value

A String that contains the raw URL for this request.

Remarks

This URL information is the URL requested in the first request line.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace