Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum