The members of System.Net.WebProxy are listed below.
See Also: Inherited members from System.Object
| | Constructs and initializes a new instance of the System.Net.WebProxy
class. |
| | Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI. |
| | Constructs and initializes a new instance of the System.Net.WebProxy class using the specified Uri
. |
| | Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI and bypass setting. |
| | Constructs and initializes a new instance of the System.Net.WebProxy class with
the specified host and port number. |
| | Constructs and initializes a new instance of the System.Net.WebProxy class using the specified Uri and specified bypass setting. |
| | Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI, bypass setting, and list of URIs to bypass. |
| | Constructs a new instance of the System.Net.WebProxy class with the specified Uri , bypass setting,
and list of URIs to bypass. |
| | 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. |
| | 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. |
| | Documentation for this section has not yet been entered. |
static | GetDefaultProxy() : WebProxyReturns a new System.Net.WebProxy instance that contains the default proxy settings of the system. |
| GetProxy(Uri) : UriReturns 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. |