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