public string HelloWorld()
 {
     AdoDotnetExample.ServiceReference1.HelloWorldRequest inValue = new AdoDotnetExample.ServiceReference1.HelloWorldRequest();
     inValue.Body = new AdoDotnetExample.ServiceReference1.HelloWorldRequestBody();
     AdoDotnetExample.ServiceReference1.HelloWorldResponse retVal = ((AdoDotnetExample.ServiceReference1.MyWebServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
 public System.Threading.Tasks.Task <AdoDotnetExample.ServiceReference1.HelloWorldResponse> HelloWorldAsync()
 {
     AdoDotnetExample.ServiceReference1.HelloWorldRequest inValue = new AdoDotnetExample.ServiceReference1.HelloWorldRequest();
     inValue.Body = new AdoDotnetExample.ServiceReference1.HelloWorldRequestBody();
     return(((AdoDotnetExample.ServiceReference1.MyWebServiceSoap)(this)).HelloWorldAsync(inValue));
 }
 System.Threading.Tasks.Task <AdoDotnetExample.ServiceReference1.HelloWorldResponse> AdoDotnetExample.ServiceReference1.MyWebServiceSoap.HelloWorldAsync(AdoDotnetExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
 AdoDotnetExample.ServiceReference1.HelloWorldResponse AdoDotnetExample.ServiceReference1.MyWebServiceSoap.HelloWorld(AdoDotnetExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }