SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(OFTPServerSSLStatusEventParams *e);
typedef struct {
int ConnectionId;
const char *Message; int reserved; } OFTPServerSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(OFTPServerSSLStatusEventParams *e);
typedef struct {
INT ConnectionId;
LPCWSTR Message; INT reserved; } OFTPServerSSLStatusEventParams;
- (void)onSSLStatus:(int)connectionId :(NSString*)message;
#define EID_OFTPSERVER_SSLSTATUS 14

virtual INT IPWORKSEDI_CALL FireSSLStatus(INT &iConnectionId, LPSTR &lpszMessage);

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]