Rebex SFTP for .NET

Proxy.GetProxy Method 

Returns the proxied URI for a destination.

public Uri GetProxy(
   Uri destination
);

Parameters

destination
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

See Also

Proxy Class | Rebex.Net Namespace