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.