Esempio n. 1
0
 public testWebService.ServiceReference1.User[] ListAll()
 {
     testWebService.ServiceReference1.ListAllRequest inValue = new testWebService.ServiceReference1.ListAllRequest();
     inValue.Body = new testWebService.ServiceReference1.ListAllRequestBody();
     testWebService.ServiceReference1.ListAllResponse retVal = ((testWebService.ServiceReference1.UserWebServiceSoap)(this)).ListAll(inValue);
     return(retVal.Body.ListAllResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <testWebService.ServiceReference1.ListAllResponse> ListAllAsync()
 {
     testWebService.ServiceReference1.ListAllRequest inValue = new testWebService.ServiceReference1.ListAllRequest();
     inValue.Body = new testWebService.ServiceReference1.ListAllRequestBody();
     return(((testWebService.ServiceReference1.UserWebServiceSoap)(this)).ListAllAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <testWebService.ServiceReference1.ListAllResponse> testWebService.ServiceReference1.UserWebServiceSoap.ListAllAsync(testWebService.ServiceReference1.ListAllRequest request)
 {
     return(base.Channel.ListAllAsync(request));
 }
Esempio n. 4
0
 testWebService.ServiceReference1.ListAllResponse testWebService.ServiceReference1.UserWebServiceSoap.ListAll(testWebService.ServiceReference1.ListAllRequest request)
 {
     return(base.Channel.ListAll(request));
 }