Enum DisconnectReason
Reason provided when a connection ends.
Namespace: SuperNet.Netcode.Transport
Assembly: cs.temp.dll.dll
Syntax
public enum DisconnectReason : byte
Fields
Name | Description |
---|---|
BadSignature | Remote host failed to authenticate. |
Disconnected | Graceful disconnect after requested. |
Disposed | Peer or host has been disposed. |
Exception | An exception has caused the peer to be disconnected. Always includes the actual exception. |
Rejected | Connection request has been rejected by the remote peer. |
Terminated | Graceful disconnect after the remote peer has requested it. |
Timeout | Remote host has stopped responding to messages. |