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

System.Net.WebProxy Constructor

Constructs and initializes a new instance of the System.Net.WebProxy class using the specified Uri and specified bypass setting.

public WebProxy (Uri address, bool bypassOnLocal)

Parameters

address
Documentation for this section has not yet been entered.
bypassOnLocal
Documentation for this section has not yet been entered.

Remarks

The properties of the new instance are initialized as detailed in the following table.

PropertyValue
WebProxy.AddressAddress
WebProxy.BypassArrayList A new empty ArrayList.
WebProxy.BypassList A new empty string array.
WebProxy.BypassProxyOnLocalBypassOnLocal
WebProxy.Credentialsnull

Requirements

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