Enumeration
SoupWebsocketState
Members
- 
            SOUP_WEBSOCKET_STATE_OPEN
- 
            The connection is ready to send messages. - Value: 1
- Available since: 3.0
 
- Value: 
- 
            SOUP_WEBSOCKET_STATE_CLOSING
- 
            The connection is in the process of closing down; messages may be received, but not sent. - Value: 2
- Available since: 3.0
 
- Value: 
- 
            SOUP_WEBSOCKET_STATE_CLOSED
- 
            The connection is completely closed down. - Value: 3
- Available since: 3.0
 
- Value: