Table of Contents

Enum SessionCloseReason

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Why a session ended.

public enum SessionCloseReason : byte

Fields

ClientLeft = 0

The client left cleanly, with BYE.

InternalError = 7

The engine faulted while serving this session.

Kicked = 1

The application asked for it, through Kick(ushort, string).

Lagging = 3

The session fell too far behind to be worth serving.

LinkLost = 2

The link went away without a goodbye.

ProtocolError = 5

The client broke the protocol, or sent something the engine could not decode.

ServerShutdown = 6

The server is shutting down.

Unacknowledged = 4

The client stopped acknowledging.