HttpProxy.GetProxy

HttpProxy.GetProxy method

Returns the URI of a proxy.

public virtual Uri GetProxy(Uri destination)
ParameterTypeDescription
destinationUriA System.Uri that specifies the requested Internet resource.

Return Value

A System.Uri instance that contains the URI of the proxy used to contact destination.

See Also