public System.Threading.Tasks.Task <Setup.B1InstallService.GetInfoByDomainResponse> GetInfoByDomainAsync(string domain)
 {
     Setup.B1InstallService.GetInfoByDomainRequest inValue = new Setup.B1InstallService.GetInfoByDomainRequest();
     inValue.Body        = new Setup.B1InstallService.GetInfoByDomainRequestBody();
     inValue.Body.domain = domain;
     return(((Setup.B1InstallService.B1InstallServiceSoap)(this)).GetInfoByDomainAsync(inValue));
 }
 public Setup.B1InstallService.SAPB1Install GetInfoByDomain(string domain)
 {
     Setup.B1InstallService.GetInfoByDomainRequest inValue = new Setup.B1InstallService.GetInfoByDomainRequest();
     inValue.Body        = new Setup.B1InstallService.GetInfoByDomainRequestBody();
     inValue.Body.domain = domain;
     Setup.B1InstallService.GetInfoByDomainResponse retVal = ((Setup.B1InstallService.B1InstallServiceSoap)(this)).GetInfoByDomain(inValue);
     return(retVal.Body.GetInfoByDomainResult);
 }
 System.Threading.Tasks.Task <Setup.B1InstallService.GetInfoByDomainResponse> Setup.B1InstallService.B1InstallServiceSoap.GetInfoByDomainAsync(Setup.B1InstallService.GetInfoByDomainRequest request)
 {
     return(base.Channel.GetInfoByDomainAsync(request));
 }
 Setup.B1InstallService.GetInfoByDomainResponse Setup.B1InstallService.B1InstallServiceSoap.GetInfoByDomain(Setup.B1InstallService.GetInfoByDomainRequest request)
 {
     return(base.Channel.GetInfoByDomain(request));
 }