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