Ejemplo n.º 1
0
 public string GetDomain(TaxiOperation_WebTest.Demo.Authentication Authentication)
 {
     TaxiOperation_WebTest.Demo.GetDomainRequest inValue = new TaxiOperation_WebTest.Demo.GetDomainRequest();
     inValue.Authentication = Authentication;
     TaxiOperation_WebTest.Demo.GetDomainResponse retVal = ((TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap)(this)).GetDomain(inValue);
     return(retVal.GetDomainResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <TaxiOperation_WebTest.Demo.GetDomainResponse> GetDomainAsync(TaxiOperation_WebTest.Demo.Authentication Authentication)
 {
     TaxiOperation_WebTest.Demo.GetDomainRequest inValue = new TaxiOperation_WebTest.Demo.GetDomainRequest();
     inValue.Authentication = Authentication;
     return(((TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap)(this)).GetDomainAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <TaxiOperation_WebTest.Demo.GetDomainResponse> TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap.GetDomainAsync(TaxiOperation_WebTest.Demo.GetDomainRequest request)
 {
     return(base.Channel.GetDomainAsync(request));
 }
Ejemplo n.º 4
0
 TaxiOperation_WebTest.Demo.GetDomainResponse TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap.GetDomain(TaxiOperation_WebTest.Demo.GetDomainRequest request)
 {
     return(base.Channel.GetDomain(request));
 }