public System.Threading.Tasks.Task <WebClient.HelloWebService.GetMessageResponse> GetMessageAsync(string name) { WebClient.HelloWebService.GetMessageRequest inValue = new WebClient.HelloWebService.GetMessageRequest(); inValue.Body = new WebClient.HelloWebService.GetMessageRequestBody(); inValue.Body.name = name; return(((WebClient.HelloWebService.HelloWebServiceSoap)(this)).GetMessageAsync(inValue)); }
public string GetMessage(string name) { WebClient.HelloWebService.GetMessageRequest inValue = new WebClient.HelloWebService.GetMessageRequest(); inValue.Body = new WebClient.HelloWebService.GetMessageRequestBody(); inValue.Body.name = name; WebClient.HelloWebService.GetMessageResponse retVal = ((WebClient.HelloWebService.HelloWebServiceSoap)(this)).GetMessage(inValue); return(retVal.Body.GetMessageResult); }
System.Threading.Tasks.Task <WebClient.HelloWebService.GetMessageResponse> WebClient.HelloWebService.HelloWebServiceSoap.GetMessageAsync(WebClient.HelloWebService.GetMessageRequest request) { return(base.Channel.GetMessageAsync(request)); }
WebClient.HelloWebService.GetMessageResponse WebClient.HelloWebService.HelloWebServiceSoap.GetMessage(WebClient.HelloWebService.GetMessageRequest request) { return(base.Channel.GetMessage(request)); }