Exemple #1
0
 public string HelloWorld()
 {
     TestConsole.ServiceReference2.HelloWorldRequest inValue = new TestConsole.ServiceReference2.HelloWorldRequest();
     inValue.Body = new TestConsole.ServiceReference2.HelloWorldRequestBody();
     TestConsole.ServiceReference2.HelloWorldResponse retVal = ((TestConsole.ServiceReference2.WebService1Soap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <TestConsole.ServiceReference2.HelloWorldResponse> HelloWorldAsync()
 {
     TestConsole.ServiceReference2.HelloWorldRequest inValue = new TestConsole.ServiceReference2.HelloWorldRequest();
     inValue.Body = new TestConsole.ServiceReference2.HelloWorldRequestBody();
     return(((TestConsole.ServiceReference2.WebService1Soap)(this)).HelloWorldAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestConsole.ServiceReference2.HelloWorldResponse> TestConsole.ServiceReference2.WebService1Soap.HelloWorldAsync(TestConsole.ServiceReference2.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Exemple #4
0
 TestConsole.ServiceReference2.HelloWorldResponse TestConsole.ServiceReference2.WebService1Soap.HelloWorld(TestConsole.ServiceReference2.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }