property CloseStatus: TScWebSocketCloseStatus;
Description
The CloseStatus property holds a value that indicates the reason for closing the connection. The expected values for close status are defined in the TScWebSocketCloseStatus enumeration.
This property is read-only.
See also