System.Net.WebProxy: Method Members

The methods of System.Net.WebProxy are listed below. For a list of all members, see the WebProxy Members list.

See Also: Inherited members from System.Object

Public Methods

static
GetDefaultProxy() : WebProxy

Reads the Internet Explorer nondynamic proxy settings.

GetProxy(Uri) : Uri

Returns the proxied URI for a request.

IsBypassed(Uri) : bool

Indicates whether to use the proxy server for the specified host.

Protected Methods