Exemplo n.º 1
0
 protected void Application_Start()
 {
     GlobalConfiguration.Configure(WebApiConfig.Register);
     //注册应用
     UtilityMethod.RegiestedService("test2", "http://localhost:2271/api/Service", "http://localhost", 16729);
 }