SSLStatus Event
Shows the progress of the secure connection.
Syntax
ANSI (Cross Platform) virtual int FireSSLStatus(WebSocketClientSSLStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } WebSocketClientSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(WebSocketClientSSLStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } WebSocketClientSSLStatusEventParams;
- (void)onSSLStatus:(NSString*)message;
#define EID_WEBSOCKETCLIENT_SSLSTATUS 12 virtual INT IPWORKSWS_CALL FireSSLStatus(LPSTR &lpszMessage);
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.