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