Event: OnPong(response)
Syntax: OnPong(string response)
Event arguments
request- the pong response
This event is triggered when you receive a PONG response from server.
Example:
function OnPong(message)
{
//echo on Status window
ole.Echo("*","PONG: "+message);
}