WebsocketState
Description:
[ CCode ( cprefix = "SOUP_WEBSOCKET_STATE_" , type_id = "soup_websocket_state_get_type ()" ) ]
public enum WebsocketState
The state of the WebSocket connection.
Content:
Enum values:
- CLOSED - the connection is completely
closed down
- CLOSING - the connection is in the
process of closing down; messages may be received, but not sent
- OPEN - the connection is ready to send
messages