Discuss this help topic in SecureBlackbox Forum

TElSSHServer.Active

TElSSHServer     See also     


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


This property specifies whether secure session is active

Declaration

[C#/Java]
    bool Active;

[VB.NET]
    Property Active As Boolean

[Pascal]
    property Active : boolean;

[C++]
    not available

[PHP]
    not available

Description

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

See also:     Open     OnOpenConnection     OnCloseConnection    

Discuss this help topic in SecureBlackbox Forum