Discuss this help topic in SecureBlackbox Forum
Specifies the address of the passive mode host.
Declaration
[C#]
string PassiveModeHost;
[VB.NET]
Property PassiveModeHost As String
[Pascal]
property PassiveModeHost : string;
[C++]
void get_PassiveModeHost(std::string &OutResult);
void set_PassiveModeHost(const std::string &Value);
[PHP]
string get_PassiveModeHost()
void set_PassiveModeHost(string $Value)
[Java]
String getPassiveModeHost();
void setPassiveModeHost(String Value);
Description
Use this property to specify, on which address the listening socket is open for incoming passive mode connections.
Discuss this help topic in SecureBlackbox Forum