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