FtpProxy.IsBypassed Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
IsBypassed(String, Int32)
Indicates whether to use the proxy server for the specified FTP server.
Declaration
public override bool IsBypassed(string hostName, int port)
Parameters
| Type | Name | Description | 
|---|---|---|
| String | hostName | The address of the FTP server to check for proxy use.  | 
    
| Int32 | port | The port port.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | true if the proxy server should not be used for host; otherwise, false.  | 
    
Overrides
IsBypassed(Uri)
Indicates whether to use the proxy server for the specified host. Inherited from Proxy.
Declaration
public bool IsBypassed(Uri host)
Parameters
| Type | Name | Description | 
|---|---|---|
| Uri | host | The Uri of the host to check for proxy use.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | true if the proxy server should not be used for host; otherwise, false.  |