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