namespace ZeroLevel.Network { public enum SocketClientStatus { Initialized = 0, Working = 1, Broken = 2, Disposed = 4 } }