interface library

Classes

IWebSocketClient Client
WebSocket client interface.
WebSocketClientState
Whether the stream controller is permanently closed.
WebSocketClientState$Closed
Connection is closed temporarily or permanently. WebSocket client state.
WebSocketClientState$Connecting
Connection has not yet been established. WebSocket client state.
WebSocketClientState$Disconnecting
Connection is in the process of closing. WebSocket client state.
WebSocketClientState$Open
Connection is open and ready to communicate. WebSocket client state.
WebSocketMessagesStream
Stream of message events handled by this WebSocket.
WebSocketMetrics
WebSocket metrics.

Enums

WebSocketReadyState Entity
The IWebSocketPlatformTransport.readyState property returns the current state of the WebSocket connection.
WebSocketStatusCodes Entity
Endpoints MAY use the following pre-defined status codes when sending a Close frame. Web API RFC 6455, Section 7.4.1