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 host and port number.

public WebProxy (string host, int port)

Parameters

host
Documentation for this section has not yet been entered.
port
Documentation for this section has not yet been entered.

Exceptions

TypeReason
UriFormatExceptionThe URI formed by combining Host and Port is not in a valid URI format.

Remarks

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

PropertyValue
WebProxy.AddressA new Uri constructed from "http://Host:Port".
WebProxy.BypassArrayList A new empty ArrayList.
WebProxy.BypassList A new empty string array.
WebProxy.BypassProxyOnLocalfalse
WebProxy.Credentialsnull

Requirements

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