Indicates whether to use the proxy server for the specified FTP server.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Function IsBypassed ( _ hostName As String, _ port As Integer _ ) As Boolean |
| C# |
|---|
public override bool IsBypassed( string hostName, int port ) |
Parameters
- hostName
- Type: System..::..String
The address of the FTP server to check for proxy use.
- port
- Type: System..::..Int32
The port port.