Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AdonetExample.ServiceReference1.HelloWorldResponse> AdonetExample.ServiceReference1.WebService1Soap.HelloWorldAsync(AdonetExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Ejemplo n.º 4
0
 AdonetExample.ServiceReference1.HelloWorldResponse AdonetExample.ServiceReference1.WebService1Soap.HelloWorld(AdonetExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }