Click or drag to resize
HttpWebRequestRequestUri Property
Gets the original Uniform Resource Identifier (URI) of the request.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public Uri RequestUri { get; }

Property Value

Type: Uri
A Uri that contains the URI of the Internet resource passed to the WebRequest.Create(Uri) method.
Remarks
The URI object was created by the constructor and is always non-null. The URI object will always be the base URI, because automatic re-directs aren't supported.
See Also