Discuss this help topic in SecureBlackbox Forum
Specifies whether to prevent servers from closing the 'inactive' connections.
Declaration
[C#]
bool EstablishShellChannel;
[VB.NET]
Property EstablishShellChannel As Boolean
[Pascal]
property EstablishShellChannel : boolean;
[C++]
bool get_EstablishShellChannel();
void set_EstablishShellChannel(bool Value);
[PHP]
bool get_EstablishShellChannel()
void set_EstablishShellChannel(bool $Value)
[Java]
boolean getEstablishShellChannel();
void setEstablishShellChannel(boolean Value);
Description
Set this property to True to tell the component to establish a dummy shell channel in order to prevent servers from closing connections becoming 'inactive' (where no active forwarding tunnels remain).
The default value is False.
Discuss this help topic in SecureBlackbox Forum