SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

KeepAliveResponse Event

Reports a response to a keep-alive message.

Syntax

typedef struct {
  __int64 ConnectionID;
} TsbxWebSocketServerKeepAliveResponseEventParams;

typedef void __fastcall (__closure *TsbxWebSocketServerKeepAliveResponseEvent)(System::TObject* Sender, TsbxWebSocketServerKeepAliveResponseEventParams *e);

__property TsbxWebSocketServerKeepAliveResponseEvent OnKeepAliveResponse = { read=FOnKeepAliveResponse, write=FOnKeepAliveResponse };

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++ Builder Edition - Version 20.0 [Build 8154]