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