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