Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <RebelIdentificationClient.RebelIdentificationWebService.ReadByNameResponse> ReadByNameAsync(string rebelName)
 {
     RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequest inValue = new RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequest();
     inValue.Body           = new RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequestBody();
     inValue.Body.rebelName = rebelName;
     return(((RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap)(this)).ReadByNameAsync(inValue));
 }
Ejemplo n.º 2
0
 public RebelIdentificationClient.RebelIdentificationWebService.ArrayOfString ReadByName(string rebelName)
 {
     RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequest inValue = new RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequest();
     inValue.Body           = new RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequestBody();
     inValue.Body.rebelName = rebelName;
     RebelIdentificationClient.RebelIdentificationWebService.ReadByNameResponse retVal = ((RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap)(this)).ReadByName(inValue);
     return(retVal.Body.ReadByNameResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <RebelIdentificationClient.RebelIdentificationWebService.ReadByNameResponse> RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap.ReadByNameAsync(RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequest request)
 {
     return(base.Channel.ReadByNameAsync(request));
 }
Ejemplo n.º 4
0
 RebelIdentificationClient.RebelIdentificationWebService.ReadByNameResponse RebelIdentificationClient.RebelIdentificationWebService.WebService1Soap.ReadByName(RebelIdentificationClient.RebelIdentificationWebService.ReadByNameRequest request)
 {
     return(base.Channel.ReadByName(request));
 }