Enum ConnectionState
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the connection state of a client.
public enum ConnectionState : byte
Fields
Connected = 2
The client has established a connection to Discord.
Connecting = 1
The client is connecting to Discord.
Disconnected = 0
The client has disconnected from Discord.
Disconnecting = 3
The client is disconnecting from Discord.