Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient Constructor

TElSimpleSFTPClient     See also     


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


Creates the instance of TElSimpleSFTPClient class

Declaration

[C#]
    TElSimpleSFTPClient(TSBComponentBase AOwner);
    TElSimpleSFTPClient();

[VB.NET]
    Sub New(ByVal AOwner As TSBComponentBase)
    Sub New()

[Pascal]
    constructor Create(AOwner : TSBComponentBase);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElSimpleSFTPClient();

Description

    Use this method to create the new instance of TElSimpleSFTPClient class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum