Discuss this help topic in SecureBlackbox Forum

TElSSHClass.Active

TElSSHClass     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

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

See also:     TElSSHClient.Open     TElSSHServer.Open     OnOpenConnection     OnCloseConnection    

Discuss this help topic in SecureBlackbox Forum