Beispiel #1
0
 public static string GetLoginURL(IEPType type = IEPType.DEVELOPMENT)
 {
     return(string.Format("http://{0}/login", mUserAuthIEP[(int)type]));
 }
Beispiel #2
0
 public static string GetRegisterURL(IEPType type = IEPType.DEVELOPMENT)
 {
     return(string.Format("http://{0}/register", mUserAuthIEP[(int)type]));
 }
Beispiel #3
0
 public static string GetServerListURL(IEPType type = IEPType.DEVELOPMENT)
 {
     return(string.Format("http://{0}/37wan/servers", mServerListIEP[(int)type]));
 }