SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

KeepAliveResponse Event

Reports a response to a keep-alive message.

Syntax

type TKeepAliveResponseEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64
) of Object;

property OnKeepAliveResponse: TKeepAliveResponseEvent 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 Delphi Edition - Version 20.0 [Build 8166]