Ejemplo n.º 1
0
 public string Echo(string echoRequest1)
 {
     IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoRequest inValue = new IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoRequest();
     inValue.echoRequest1 = echoRequest1;
     IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoResponse retVal = ((IdentaZone.Indss.MatchingService.MatchingServiceReference.IMatchingService)(this)).Echo(inValue);
     return(retVal.Response);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoResponse> EchoAsync(string echoRequest1)
 {
     IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoRequest inValue = new IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoRequest();
     inValue.echoRequest1 = echoRequest1;
     return(((IdentaZone.Indss.MatchingService.MatchingServiceReference.IMatchingService)(this)).EchoAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoResponse> IdentaZone.Indss.MatchingService.MatchingServiceReference.IMatchingService.EchoAsync(IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoRequest request)
 {
     return(base.Channel.EchoAsync(request));
 }
Ejemplo n.º 4
0
 IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoResponse IdentaZone.Indss.MatchingService.MatchingServiceReference.IMatchingService.Echo(IdentaZone.Indss.MatchingService.MatchingServiceReference.EchoRequest request)
 {
     return(base.Channel.Echo(request));
 }