Contains the values of the state of the WebSocket connection.
Member Name | Description |
---|---|
CLOSED | Equivalent to numeric value 3. Indicates that the connection has been closed or could not be opened. |
CLOSING | Equivalent to numeric value 2. Indicates that the connection is going through the closing handshake, or the Close method has been invoked. |
CONNECTING | Equivalent to numeric value 0. Indicates that the connection has not yet been established. |
OPEN | Equivalent to numeric value 1. Indicates that the connection is established and communication is possible. |