Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.Address

TElSSHBaseClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The address of the host to connect to.

Declaration

[C#]
    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)

[Java]
    String getAddress();
    void setAddress(String Value);

Description

Use this property to specify the address of the host TElSSHBaseClient should connect to. This property must be set in order to use internal socket, i.e., when UseInternalSocket is True.

See also:     Port     UseInternalSocket    

Discuss this help topic in SecureBlackbox Forum