Discuss this help topic in SecureBlackbox Forum
This property specifies the host where the data should be forwarded to
Declaration
[VB.NET]
Property ToHost As String
[Pascal]
property ToHost : string;
[C++]
void get_ToHost(std::string &OutResult);
void set_ToHost(const std::string &Value);
[PHP]
string get_ToHost()
void set_ToHost(string $Value)
[Java]
String getToHost();
void setToHost(String AValue);
Description
This property specifies host where remote SSH server should forward data to.
Discuss this help topic in SecureBlackbox Forum