Discuss this help topic in SecureBlackbox Forum
Creates an instance of TElSSLClient class and returns a reference to newly created instance.
Declaration
[C#]
TElSSLClient(Component Owner);
TElSSLClient();
[VB.NET]
Sub New(ByVal Owner As Component)
Sub New()
[Pascal]
constructor Create;
constructor Create(AOwner : TComponent);
[Java]
public TElSSLClient();
public TElSSLClient(TObject Owner);
Description
Use this method to create new instance of
TElSSLClient class.
Discuss this help topic in SecureBlackbox Forum