RejectReason Enum
Namespace: Riptide
Assembly: RiptideNetworking.dll
The reason the connection attempt was rejected.
public enum RejectReason : byte
Fields
NoConnection |
No response was received from the server (because the client has no internet connection, the server is offline, no server is listening on the target endpoint, etc.). |
AlreadyConnected |
The client is already connected. |
ServerFull |
The server is full. |
Rejected |
The connection attempt was rejected. |
Custom |
The connection attempt was rejected and custom data may have been included with the rejection message. |