Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.CloseIfNoActiveTunnels

TElSSHCustomForwarding     See also     


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


This property specifies whether to close the SSH connection if no forwarding tunnels are active.

Declaration

[C#]
    bool CloseIfNoActiveTunnels;

[VB.NET]
    Property CloseIfNoActiveTunnels As Boolean

[Pascal]
    property CloseIfNoActiveTunnels : boolean;

[C++]
    bool get_CloseIfNoActiveTunnels();
    void set_CloseIfNoActiveTunnels(bool Value);

[PHP]
    bool get_CloseIfNoActiveTunnels()
    void set_CloseIfNoActiveTunnels(bool $Value)

[Java]
    boolean getCloseIfNoActiveTunnels();
    void setCloseIfNoActiveTunnels(boolean Value);

Description

    If this property is True, SSH connection will be closed if there is no active SSH forwarding tunnels.

See also:     Tunnels     Open    

Discuss this help topic in SecureBlackbox Forum