namespace ET { public static class ConstValue { public const string RouterHttpAddress = "127.0.0.1:10300"; public const int SessionTimeoutTime = 30 * 1000; } }