Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.Active

TElSSHCustomForwarding     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 port forwarding session is active, and tunnels can be created.

See also:     Open     OnConnectionClose    

Discuss this help topic in SecureBlackbox Forum