Table of Contents

Enum ConnectionState

Namespace
Kook
Assembly
Kook.Net.Core.dll

指定客户端的连接状态。

public enum ConnectionState : byte

Fields

Connected = 2

客户端已连接到 KOOK。

Connecting = 1

客户端正在连接到 KOOK。

Disconnected = 0

客户端已断开与 KOOK 的连接。

Disconnecting = 3

客户端正在断开与 KOOK 的连接。