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