Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI.
- address
- A string containing the URI of the proxy server.
Type Reason UriFormatException Address is not null and not in a valid URI format.
This constructor initializes the properties of the new instance as follows.
Property Value WebProxy.Address A new Uri constructed from Address or, if Address does not contain "://", constructed from "http://Address". If Address is null, this property is set to null. WebProxy.BypassArrayList A new empty ArrayList. WebProxy.BypassList A new empty string array. WebProxy.BypassProxyOnLocal false WebProxy.Credentials null
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0