StatesEnum Enumeration
    
 

Description
These are raw states component can have during your session.

Members
Constant Value Description
 Disconnected 0 Disconnected from server.
 Connecting 1 Connecting to server.
 Registering 2 Registering new user.
 Encrypting 3 Initializing secure connection.
 LogonInProgress 4 Sending authentication data.
 Connected 5 Connected to server - idle.
 Receiving 6 Receiving data from server.
 Sending 7 Sending data to server.
 Executing 8 Executing command on server.
 Disconnecting 9 Disconnecting from the server.
 Resolving 10 Resolving the address and port of the server.