Example #1
0
 private void _InitPlaneHttpUrl()
 {
     _HttpHandler.InitHttpUrl(
         _WebServiceLocator.ServiceHost,
         _WebServiceLocator.ServicePort,
         _WebServiceLocator.ServicePlanePath);
 }
 protected void _InitCityHttpUrl()
 {
     _HttpHandler.InitHttpUrl(
         _WebServiceLocator.ServiceHost,
         _WebServiceLocator.ServicePort,
         _WebServiceLocator.ServiceCityPath);
 }