Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.ClientHostname

TElSSHBaseClient     See also     


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


This property specifies the client's machine name

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ClientHostname : string;

[C++]
    void get_ClientHostname(std::string &OutResult);
    void set_ClientHostname(const std::string &Value);

[PHP]
    string get_ClientHostname()
    void set_ClientHostname(string $Value)

[Java]
    not available

Description

Set this property before opening connection to specify the user's machine name. User's host name is required by some of the authentication types. You don't have to set this property if you're using only password authentication (most commonly used).

See also:     ClientUserName     AuthenticationTypes    

Discuss this help topic in SecureBlackbox Forum