Table of Contents

Enum Response.State

Namespace
UdpChat.Lib.Authentication
Assembly
UdpChat.Lib.dll

The possible states of a response.

public enum Response.State

Fields

ALREADY_LOGGED_IN = 3
ALREADY_REGISTERED = 2
ERROR = 5
LOGIN_FAILED = 4
LOGIN_SUCCESS = 1
REGISTER_SUCCESS = 0