Unit
ScWebSocketClient
Description
The TScHeartBeatOptions class determines the behaviour of the HeartBeat mode.
If this mode is Enabled, a WebSocket client tries to keep a websocket connection alive automatically sending a ping every Interval seconds.
If the timeout defined in theTimeout property expires, the client does not receive a response from the server, the connection will be closed and the corresponding error will be raised.
See also