SecureBlackbox 2020 C++ Edition

Questions / Feedback?

KeepAliveResponse Event

Reports a response to a keep-alive message.

Syntax

ANSI (Cross Platform)
virtual int FireKeepAliveResponse(WebSocketServerKeepAliveResponseEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } WebSocketServerKeepAliveResponseEventParams; Unicode (Windows) virtual INT FireKeepAliveResponse(WebSocketServerKeepAliveResponseEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } WebSocketServerKeepAliveResponseEventParams;
- (void)onKeepAliveResponse:(long long)connectionID;
#define EID_WEBSOCKETSERVER_KEEPALIVERESPONSE 11

virtual INT SECUREBLACKBOX_CALL FireKeepAliveResponse(LONG64 &lConnectionID);

Remarks

This event is triggered when a response to a previously sent keep-alive message is received.

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