property HeartBeatOptions: TScHeartBeatOptions;
Description
HeartBeatOptions determines the behaviour of the HeartBeat mode. This mode is used for attempting to keep a websocket connection alive automatically sending a ping every x seconds.
If after the specified time, the client does not receive a response from the server, the connection will be closed and a corresponding error will be raised.
See also