Example #1
0
 public Client.AsmxService.Phone[] GetPhones()
 {
     Client.AsmxService.GetPhonesRequest inValue = new Client.AsmxService.GetPhonesRequest();
     inValue.Body = new Client.AsmxService.GetPhonesRequestBody();
     Client.AsmxService.GetPhonesResponse retVal = ((Client.AsmxService.PhoneServiceSoap)(this)).GetPhones(inValue);
     return(retVal.Body.GetPhonesResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <Client.AsmxService.GetPhonesResponse> GetPhonesAsync()
 {
     Client.AsmxService.GetPhonesRequest inValue = new Client.AsmxService.GetPhonesRequest();
     inValue.Body = new Client.AsmxService.GetPhonesRequestBody();
     return(((Client.AsmxService.PhoneServiceSoap)(this)).GetPhonesAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <Client.AsmxService.GetPhonesResponse> Client.AsmxService.PhoneServiceSoap.GetPhonesAsync(Client.AsmxService.GetPhonesRequest request)
 {
     return(base.Channel.GetPhonesAsync(request));
 }
Example #4
0
 Client.AsmxService.GetPhonesResponse Client.AsmxService.PhoneServiceSoap.GetPhones(Client.AsmxService.GetPhonesRequest request)
 {
     return(base.Channel.GetPhones(request));
 }