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

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public string RawUrl { get; }

Field Value

A String that contains the raw URL for this request.

Remarks

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

See Also