Discuss this help topic in SecureBlackbox Forum
This property specifies the address for the incoming data connections.
Declaration
[VB.NET]
Property DataHost As String
[Pascal]
property DataHost : string;
[C++]
void get_DataHost(std::string &OutResult);
void set_DataHost(const std::string &Value);
[PHP]
string get_DataHost()
void set_DataHost(string $Value)
[Java]
String getDataHost();
void setDataHost(String Value);
Description
Use this property to specify the address for the incoming data connections.
If left empty, the control connection address is used.
Discuss this help topic in SecureBlackbox Forum