This event is fired when a response to the heartbeat request is received.
Declaration
[C#/Java]
TNotifyEvent OnKeepAliveResponse;
delegate void TNotifyEvent(object Sender);
TNotifyEvent OnKeepAliveResponse;
delegate void TNotifyEvent(object Sender);
[VB.NET]
Event OnKeepAliveResponse As TNotifyEvent
Delegate Sub TNotifyEvent(ByVal Sender As Object)
Event OnKeepAliveResponse As TNotifyEvent
Delegate Sub TNotifyEvent(ByVal Sender As Object)
[Pascal]
property OnKeepAliveResponse : TNotifyEvent;
TNotifyEvent = procedure (Sender : TObject) of object;
property OnKeepAliveResponse : TNotifyEvent;
TNotifyEvent = procedure (Sender : TObject) of object;
[C++]
not implemented;
not implemented;
Description
This event is fired by TElSSLClient when it has received a response to the heartbeat request.