SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

KeepAliveResponse Event

Reports a response to a keep-alive message.

Syntax

typedef struct {
} TsbxWebSocketClientKeepAliveResponseEventParams;

typedef void __fastcall (__closure *TsbxWebSocketClientKeepAliveResponseEvent)(System::TObject* Sender, TsbxWebSocketClientKeepAliveResponseEventParams *e);

__property TsbxWebSocketClientKeepAliveResponseEvent 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]