Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyClient.Active

TElSSHPublicKeyClient     See also     


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


Specifies client status.

Declaration

[C#]
    bool Active;

[VB.NET]
    Property Active As Boolean

[Pascal]
    property Active: boolean;

[C++]
    bool get_Active();

[PHP]
    bool get_Active()

[Java]
    boolean getActive();

Description

    Use this property to get status of the client. This property returns True if client is ready to work and False otherwise.

See also:     RemoteVersion     Subsystem     Tunnel     Version    

Discuss this help topic in SecureBlackbox Forum