Discuss this help topic in SecureBlackbox Forum
This property specifies address of the SSH server to connect to.
Declaration
[C#/Java]
string Address;
[VB.NET]
property Address as string;
[Pascal]
property Address: string;
[C++]
void get_Address(std::string &OutResult);
void set_Address(const std::string &Value);
[PHP]
string get_Address()
void set_Address(string $Value)
Description
Set this property to the address of the SSH server to connect to.
Discuss this help topic in SecureBlackbox Forum