| HttpWebRequestRequestUri Property |
Gets the original Uniform Resource Identifier (URI) of the request.
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public Uri RequestUri { get; }
Property Value
Type:
UriA 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