Beispiel #1
0
 public testWebService.ServiceReference1.User[] ListAll1()
 {
     testWebService.ServiceReference1.ListAll1Request inValue = new testWebService.ServiceReference1.ListAll1Request();
     inValue.Body = new testWebService.ServiceReference1.ListAll1RequestBody();
     testWebService.ServiceReference1.ListAll1Response retVal = ((testWebService.ServiceReference1.UserWebServiceSoap)(this)).ListAll1(inValue);
     return(retVal.Body.ListAll1Result);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <testWebService.ServiceReference1.ListAll1Response> ListAll1Async()
 {
     testWebService.ServiceReference1.ListAll1Request inValue = new testWebService.ServiceReference1.ListAll1Request();
     inValue.Body = new testWebService.ServiceReference1.ListAll1RequestBody();
     return(((testWebService.ServiceReference1.UserWebServiceSoap)(this)).ListAll1Async(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <testWebService.ServiceReference1.ListAll1Response> testWebService.ServiceReference1.UserWebServiceSoap.ListAll1Async(testWebService.ServiceReference1.ListAll1Request request)
 {
     return(base.Channel.ListAll1Async(request));
 }
Beispiel #4
0
 testWebService.ServiceReference1.ListAll1Response testWebService.ServiceReference1.UserWebServiceSoap.ListAll1(testWebService.ServiceReference1.ListAll1Request request)
 {
     return(base.Channel.ListAll1(request));
 }