SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(FIProfileSSLStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } FIProfileSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(FIProfileSSLStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } FIProfileSSLStatusEventParams;
- (void)onSSLStatus:(NSString*)message;
#define EID_FIPROFILE_SSLSTATUS 4

virtual INT IPWORKSOFX_CALL FireSSLStatus(LPSTR &lpszMessage);

Remarks

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

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 C++ Edition - Version 20.0 [Build 7941]