Discuss this help topic in SecureBlackbox Forum
Creates new instance of TElSimpleSSHClient class
Declaration
[C#]
TElSimpleSSHClient(TSBComponentBase AOwner);
TElSimpleSSHClient();
[VB.NET]
Sub New(ByVal AOwner As TSBComponentBase)
Sub New()
[Pascal]
constructor Create (AOwner : TSBComponentBase);
[Java]
public TElSimpleSSHClient();
Description
This method creates the
instance of TElSimpleSSHClient class.
Discuss this help topic in SecureBlackbox Forum