Enum WebSocketStatus
Represents the status of a WebSocket connection.
public enum WebSocketStatus : byte
Fields
Connecting = 1
The connection is being established.
Disconnected = 2
The connection is closed or not started.
Ready = 0
The connection has been established and is ready for communication.