Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SOAPClient.CalculatorWebService.SayGoodByeResponse> SayGoodByeAsync(string name)
 {
     SOAPClient.CalculatorWebService.SayGoodByeRequest inValue = new SOAPClient.CalculatorWebService.SayGoodByeRequest();
     inValue.Body      = new SOAPClient.CalculatorWebService.SayGoodByeRequestBody();
     inValue.Body.name = name;
     return(((SOAPClient.CalculatorWebService.CalculateSoap)(this)).SayGoodByeAsync(inValue));
 }
Ejemplo n.º 2
0
 public string SayGoodBye(string name)
 {
     SOAPClient.CalculatorWebService.SayGoodByeRequest inValue = new SOAPClient.CalculatorWebService.SayGoodByeRequest();
     inValue.Body      = new SOAPClient.CalculatorWebService.SayGoodByeRequestBody();
     inValue.Body.name = name;
     SOAPClient.CalculatorWebService.SayGoodByeResponse retVal = ((SOAPClient.CalculatorWebService.CalculateSoap)(this)).SayGoodBye(inValue);
     return(retVal.Body.SayGoodByeResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <SOAPClient.CalculatorWebService.SayGoodByeResponse> SOAPClient.CalculatorWebService.CalculateSoap.SayGoodByeAsync(SOAPClient.CalculatorWebService.SayGoodByeRequest request)
 {
     return(base.Channel.SayGoodByeAsync(request));
 }
Ejemplo n.º 4
0
 SOAPClient.CalculatorWebService.SayGoodByeResponse SOAPClient.CalculatorWebService.CalculateSoap.SayGoodBye(SOAPClient.CalculatorWebService.SayGoodByeRequest request)
 {
     return(base.Channel.SayGoodBye(request));
 }