Table of Contents

Enum WebSocketStatus

Namespace
NetCord.Gateway
Assembly
NetCord.dll

Represents the status of a WebSocket connection.

public enum WebSocketStatus : byte

Fields

Connecting = 1

The connection is being established.

Disconnected = 2

The connection is closed or not started.

Ready = 0

The connection has been established and is ready for communication.