Mono Class Library: Overview

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
Returns a new System.Net.WebProxy instance that contains the default proxy settings of the system.
GetProxy(Uri) : Uri
Returns the URI of the server that is contacted for the specified resource.
IsBypassed(Uri) : bool
Indicates whether a request will bypass the proxy server when accessing the resource represented by the specified URI.

Protected Methods