SSLStatus Event
Shows the progress of the secure connection.
Syntax
virtual int FireSSLStatus(ClientSSLStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } ClientSSLStatusEventParams;
virtual INT FireSSLStatus(ClientSSLStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } ClientSSLStatusEventParams;
- (void)onSSLStatus:(NSString*)message;
func onSSLStatus(_ message: String)
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.