Unit
ScWebSocketClient
type
TScWebSocketControlMessageType = (cmtPing, cmtPong);
Description
The TScWebSocketControlMessageType enumeration represents types of control messages, which can be transferred between WebSocket client and server.
Value |
Description |
---|---|
cmtPing |
Represents a ping data control message. |
cmtPong |
Represents a pong control message. |
See also
TScWebSocketClient.OnControlMessage