property State: TScWebSocketState;
Description
The State property holds a value that indicates a WebSocket connection state. The expected values for states are defined in the TScWebSocketState enumeration.
If a connection was closed, the reason for this can be found in the CloseStatus property.
This property is read-only.
See also