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