HttpWebRequest.Address Property

Gets the URI for this request.

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

Syntax

public Uri Address { get; }

Property Value

A Uri that identifies the Internet resource that actually responds to the request. The default is the URI used by the WebRequest.Create(Uri) method to initialize the request.

Remarks

This value is always the same as the RequestUri property because automatic re-direction isn't supported.

Version Information

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

See Also

Reference

HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace