Soup.WebsocketState (original) (raw)

Soup

API Version: 3.0

Library Version: 3.6.4

Type

WebsocketState

Generated by gi-docgen 2023.1

Enumeration

SoupWebsocketState

Declaration

enum Soup.WebsocketState

Description [src]

The state of the WebSocket connection.

Members

Name Description
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