FtpProxy.GetProxy Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetProxy(Uri)
Returns the proxied URI for a destination. Inherited from Proxy.
Declaration
public Uri GetProxy(Uri destination)
Parameters
Type | Name | Description |
---|---|---|
Uri | destination | The Uri of the requested FTP server. |
Returns
Type | Description |
---|---|
Uri | The Uri of the FTP server if the resource is on the bypass list; otherwise, the Uri of the proxy. |