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

System.Net.WebProxy Constructor

Constructs and initializes a new instance of the System.Net.WebProxy class with the specified Uri , bypass setting, list of URIs to bypass, and credentials.

public WebProxy (Uri address, bool bypassOnLocal, string[] bypassList, ICredentials credentials)

Parameters

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.
credentials
Documentation for this section has not yet been entered.

Remarks

This constructor initializes the properties of the new instance as follows.

PropertyValue
WebProxy.AddressAddress
WebProxy.BypassArrayList A new ArrayList constructed from BypassList or, if BypassList is null, a new empty ArrayList.
WebProxy.BypassListBypassList or, if BypassList is null, a new empty string array.
WebProxy.BypassProxyOnLocalBypassOnLocal
WebProxy.CredentialsCredentials

Requirements

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