Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient Constructor

TElSimpleSSHClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElSimpleSSHClient();

Description

    This method creates the instance of TElSimpleSSHClient class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum