Constructs a new instance of the System.Net.WebProxy class with the specified Uri , bypass setting, and list of URIs to bypass.
- address
- Documentation for this section has not yet been entered.
- bypassOnLocal
- Documentation for this section has not yet been entered.
- bypassList
- Documentation for this section has not yet been entered.
This constructor initializes the properties of the new instance as follows.
Property Value WebProxy.Address Address WebProxy.BypassArrayList A new ArrayList constructed from BypassList or, if BypassList is null, a new empty ArrayList. WebProxy.BypassList BypassList or, if BypassList is null, a new empty string array. WebProxy.BypassProxyOnLocal BypassOnLocal WebProxy.Credentials null
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0