Exemplo n.º 1
0
 private void _InitPlaneHttpUrl()
 {
     _HttpHandler.InitHttpUrl(
         _WebServiceLocator.ServiceHost,
         _WebServiceLocator.ServicePort,
         _WebServiceLocator.ServicePlanePath);
 }
Exemplo n.º 2
0
 protected void _InitCityHttpUrl()
 {
     _HttpHandler.InitHttpUrl(
         _WebServiceLocator.ServiceHost,
         _WebServiceLocator.ServicePort,
         _WebServiceLocator.ServiceCityPath);
 }