Enum ServerState
Represents the server state.
public enum ServerStateFields
- Disconnected = 0
- The server is disconnected. 
- Connected = 1
- The server is connected. 
Represents the server state.
public enum ServerStateDisconnected = 0The server is disconnected.
Connected = 1The server is connected.