Table of Contents

Enum ConnectionState

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the connection state of a client.

public enum ConnectionState : byte

Fields

Connected = 2

The client has established a connection to Kook.

Connecting = 1

The client is connecting to Kook.

Disconnected = 0

The client has disconnected from Kook.

Disconnecting = 3

The client is disconnecting from Kook.