Discuss this help topic in SecureBlackbox Forum
This property specifies address of the remote host to connect to.
Declaration
[VB.NET]
Property DestHost As String
[Pascal]
property DestHost: string;
[C++]
void get_DestHost(std::string &OutResult);
void set_DestHost(const std::string &Value);
[PHP]
string get_DestHost()
void set_DestHost(string $Value)
[Java]
String getDestHost();
void setDestHost(String Value);
Description
Set this property to the address to which the port forwarder will connect as a client in order to send/receive the data being tunneled
Discuss this help topic in SecureBlackbox Forum