Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyServer.Active

TElSSHPublicKeyServer     See also     


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


This property specifies whether secure session is active

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

    Check this property to determine whether the secure session is active. If this property is set to True, the session is active, and you may transfer data through the tunnels.

See also:     Open     OnOpen     OnClose    

Discuss this help topic in SecureBlackbox Forum