Exemple #1
0
 public WindowsFormsApp1.CustomersServices.Customers[] GetCustomer()
 {
     WindowsFormsApp1.CustomersServices.GetCustomerRequest inValue = new WindowsFormsApp1.CustomersServices.GetCustomerRequest();
     inValue.Body = new WindowsFormsApp1.CustomersServices.GetCustomerRequestBody();
     WindowsFormsApp1.CustomersServices.GetCustomerResponse retVal = ((WindowsFormsApp1.CustomersServices.ConvertSoap)(this)).GetCustomer(inValue);
     return(retVal.Body.GetCustomerResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.CustomersServices.GetCustomerResponse> GetCustomerAsync()
 {
     WindowsFormsApp1.CustomersServices.GetCustomerRequest inValue = new WindowsFormsApp1.CustomersServices.GetCustomerRequest();
     inValue.Body = new WindowsFormsApp1.CustomersServices.GetCustomerRequestBody();
     return(((WindowsFormsApp1.CustomersServices.ConvertSoap)(this)).GetCustomerAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.CustomersServices.GetCustomerResponse> WindowsFormsApp1.CustomersServices.ConvertSoap.GetCustomerAsync(WindowsFormsApp1.CustomersServices.GetCustomerRequest request)
 {
     return(base.Channel.GetCustomerAsync(request));
 }
Exemple #4
0
 WindowsFormsApp1.CustomersServices.GetCustomerResponse WindowsFormsApp1.CustomersServices.ConvertSoap.GetCustomer(WindowsFormsApp1.CustomersServices.GetCustomerRequest request)
 {
     return(base.Channel.GetCustomer(request));
 }