API Version: 3.0
Library Version: 3.1.0
enum Soup.WebsocketState
The state of the WebSocket connection.
SOUP_WEBSOCKET_STATE_OPEN
The connection is ready to send messages.
SOUP_WEBSOCKET_STATE_CLOSING
The connection is in the process of closing down; messages may be received, but not sent.
SOUP_WEBSOCKET_STATE_CLOSED
The connection is completely closed down.
Content