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

System.Net.IWebProxy.GetProxy Method

Returns the Uniform Resource Identifier (URI) of a proxy server. [Edit]

public Uri GetProxy (Uri destination)

Parameters

destination
A Uri specifying the requested Internet resource. [Edit]

Returns

A Uri instance containing the URI of the proxy used to contact destination. [Edit]

Remarks

Operation
The IWebProxy.GetProxy(Uri) method returns the URI of the proxy server that handles requests to the Internet resource specified in the destination parameter.

Usage
Use this method to get the URI of the proxy server used to access the specified resource.

[Edit]

Requirements

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