SSLStatus Event
Shows the progress of the secure connection.
Syntax
typedef void __fastcall (__closure *TiblAdaptiveRefundSSLStatusEvent)(System::TObject* Sender, TiblAdaptiveRefundSSLStatusEventParams *e);__property TiblAdaptiveRefundSSLStatusEvent OnSSLStatus = {read=FOnSSLStatus, write=FOnSSLStatus};
typedef struct {
String Message;
} TiblAdaptiveRefundSSLStatusEventParams;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.