Returns the proxied URI for a destination.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function GetProxy ( _
	destination As Uri _
) As Uri
C#
public Uri GetProxy(
	Uri destination
)

Parameters

destination
Type: System..::..Uri
The Uri of the requested FTP server.

Return Value

The Uri of the FTP server if the resource is on the bypass list; otherwise, the Uri of the proxy.

Implements

IWebProxy..::..GetProxy(Uri)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also