Ejemplo n.º 1
0
 public RebelIdentificationClient.RebelIdentificationWebService.ArrayOfString ReadAll()
 {
     RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequest inValue = new RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequest();
     inValue.Body = new RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequestBody();
     RebelIdentificationClient.RebelIdentificationWebService.ReadAllResponse retVal = ((RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap)(this)).ReadAll(inValue);
     return(retVal.Body.ReadAllResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <RebelIdentificationClient.RebelIdentificationWebService.ReadAllResponse> ReadAllAsync()
 {
     RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequest inValue = new RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequest();
     inValue.Body = new RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequestBody();
     return(((RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap)(this)).ReadAllAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <RebelIdentificationClient.RebelIdentificationWebService.ReadAllResponse> RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap.ReadAllAsync(RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequest request)
 {
     return(base.Channel.ReadAllAsync(request));
 }
Ejemplo n.º 4
0
 RebelIdentificationClient.RebelIdentificationWebService.ReadAllResponse RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap.ReadAll(RebelIdentificationClient.RebelIdentificationWebService.ReadAllRequest request)
 {
     return(base.Channel.ReadAll(request));
 }