Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ClientHostName

TElSimpleSSHClient     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++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Set this property before calling the Open method 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