Discuss this help topic in SecureBlackbox Forum
Specifies whether dynamic port forwarding should be used.
Declaration
[C#]
bool UseDynamicForwarding;
[VB.NET]
Property UseDynamicForwarding As Boolean
[Pascal]
property UseDynamicForwarding : boolean;
[C++]
bool get_UseDynamicForwarding();
void set_UseDynamicForwarding(bool Value);
[PHP]
bool get_UseDynamicForwarding()
void set_UseDynamicForwarding(bool $Value)
[Java]
boolean getUseDynamicForwarding();
void setUseDynamicForwarding(boolean Value);
Description
This property specifies whether dynamic port forwarding should be used.
Dynamic forwarding allows to establish secure connection to any port on any server even if client resides behind a firewall.
In this case TElSSHLocalPortForwarding component acts as a SOCKS proxy.
Discuss this help topic in SecureBlackbox Forum