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