GetFTPProxyDomain

 

Gets the Domain for the Proxy Server, stored in the FTP connection, identified by iConnectionID. The Domain is only used with the NTLM authentication method. The authentication method can be retrieved using the GetFTPProxyAuthentication method.

 

GetFTPProxyDomain(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 Domain for the Proxy Server

 

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