Discuss this help topic in SecureBlackbox Forum

TElCustomSSHTunnel Constructor

TElCustomSSHTunnel     See also     


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


This method creates an instance of TElCustomSSHTunnel class

Declaration

[C#]
    TElCustomSSHTunnel(Component AOwner);
    TElCustomSSHTunnel();

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

[Pascal]
    constructor Create;
    constructor Create(AOwner : TComponent);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElCustomSSHTunnel();

Description

    Do not call this method directly. Call the corresponding Create method of the descendants of this class instead.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum