Discuss this help topic in SecureBlackbox Forum
This method creates the instance of TElSubsystemSSHTunnel class
Declaration
[C#]
TElSubsystemSSHTunnel(Component AOwner);
TElSubsystemSSHTunnel();
[VB.NET]
Sub New(ByVal AOwner As Component)
Sub New()
[Pascal]
constructor Create;
constructor Create(AOwner : TComponent);
[Java]
public TElSubsystemSSHTunnel();
Description
Use this method to create the
instance of TElSubsystemSSHTunnel class.
Discuss this help topic in SecureBlackbox Forum