Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.Active

TElSSHForwardingTunnel     See also     


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


Specifies whether the tunnel is active, or not.

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 the SSH forwarding tunnel is active, this property value is True,otherwise it returns False.

See also:     Open     Close    

Discuss this help topic in SecureBlackbox Forum