EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

typedef void __fastcall (__closure *TibeMLLPServerSSLStatusEvent)(System::TObject* Sender, TibeMLLPServerSSLStatusEventParams *e);


__property TibeMLLPServerSSLStatusEvent OnSSLStatus = {read=FOnSSLStatus, write=FOnSSLStatus};

typedef struct {
     int ConnectionId;
     String Message;
} TibeMLLPServerSSLStatusEventParams;

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]