Exemple #1
0
 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);
 }
Exemple #2
0
 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));
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestAPI.ServiceStatus.HelloWorldResponse> TestAPI.ServiceStatus.StatusSoap.HelloWorldAsync(TestAPI.ServiceStatus.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Exemple #4
0
 TestAPI.ServiceStatus.HelloWorldResponse TestAPI.ServiceStatus.StatusSoap.HelloWorld(TestAPI.ServiceStatus.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }