Ejemplo n.º 1
0
 public string hello(string name)
 {
     WebApplication1.ServiceReference1.helloRequest inValue = new WebApplication1.ServiceReference1.helloRequest();
     inValue.name = name;
     WebApplication1.ServiceReference1.helloResponse retVal = ((WebApplication1.ServiceReference1.Calculate)(this)).hello(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <WebApplication1.ServiceReference1.helloResponse> helloAsync(string name)
 {
     WebApplication1.ServiceReference1.helloRequest inValue = new WebApplication1.ServiceReference1.helloRequest();
     inValue.name = name;
     return(((WebApplication1.ServiceReference1.Calculate)(this)).helloAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WebApplication1.ServiceReference1.helloResponse> WebApplication1.ServiceReference1.Calculate.helloAsync(WebApplication1.ServiceReference1.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
Ejemplo n.º 4
0
 WebApplication1.ServiceReference1.helloResponse WebApplication1.ServiceReference1.Calculate.hello(WebApplication1.ServiceReference1.helloRequest request)
 {
     return(base.Channel.hello(request));
 }