GetFTPProxyAddress

 

Gets the Proxy Server Address, stored in the FTP connection identified by iConnectionID. The proxy server can be enabled or disabled using the SetFTPProxyType method.

 

GetFTPProxyAddress(pDevMode As Long, iConnectionID As Integer) As String

 

Input value pDevMode:

Handle to the BlackIceDEVMODE.

 

Input value iConnectionID:

The ID of the connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.

 

Return value:

The Proxy Server Address for the connection.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.