コード例 #1
0
 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));
 }
コード例 #2
0
 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);
 }
コード例 #3
0
 System.Threading.Tasks.Task <WebClient.HelloWebService.GetMessageResponse> WebClient.HelloWebService.HelloWebServiceSoap.GetMessageAsync(WebClient.HelloWebService.GetMessageRequest request)
 {
     return(base.Channel.GetMessageAsync(request));
 }
コード例 #4
0
 WebClient.HelloWebService.GetMessageResponse WebClient.HelloWebService.HelloWebServiceSoap.GetMessage(WebClient.HelloWebService.GetMessageRequest request)
 {
     return(base.Channel.GetMessage(request));
 }