Mono Class Library: System.Net.WebProxy Overview | Members

System.Net.WebProxy.Address Property

Gets or sets the address of the proxy server represented by the current instance.

public Uri Address { set; get; }

Value

A Uri containing the address of the proxy server represented by the current instance.

Remarks

Note:

When WebProxy.Address is null , all requests that reference the current instance bypass the proxy and connect directly to the destination host.

For additional information, see WebRequest.Proxy.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0