Beispiel #1
0
 public System.Threading.Tasks.Task <Desguace_Net.DarNombre.helloResponse> helloAsync(string name)
 {
     Desguace_Net.DarNombre.helloRequest inValue = new Desguace_Net.DarNombre.helloRequest();
     inValue.Body      = new Desguace_Net.DarNombre.helloRequestBody();
     inValue.Body.name = name;
     return(((Desguace_Net.DarNombre.DarNombreCliente)(this)).helloAsync(inValue));
 }
Beispiel #2
0
 public string hello(string name)
 {
     Desguace_Net.DarNombre.helloRequest inValue = new Desguace_Net.DarNombre.helloRequest();
     inValue.Body      = new Desguace_Net.DarNombre.helloRequestBody();
     inValue.Body.name = name;
     Desguace_Net.DarNombre.helloResponse retVal = ((Desguace_Net.DarNombre.DarNombreCliente)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Desguace_Net.DarNombre.helloResponse> Desguace_Net.DarNombre.DarNombreCliente.helloAsync(Desguace_Net.DarNombre.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
Beispiel #4
0
 Desguace_Net.DarNombre.helloResponse Desguace_Net.DarNombre.DarNombreCliente.hello(Desguace_Net.DarNombre.helloRequest request)
 {
     return(base.Channel.hello(request));
 }