Example #1
0
 public string validatorOperation(string msg)
 {
     WcfDecryptorService.ValidatorProxy.validatorOperationRequest inValue = new WcfDecryptorService.ValidatorProxy.validatorOperationRequest();
     inValue.Body     = new WcfDecryptorService.ValidatorProxy.validatorOperationRequestBody();
     inValue.Body.msg = msg;
     WcfDecryptorService.ValidatorProxy.validatorOperationResponse retVal = ((WcfDecryptorService.ValidatorProxy.ValidatorEndpoint)(this)).validatorOperation(inValue);
     return(retVal.Body.message);
 }
Example #2
0
 WcfDecryptorService.ValidatorProxy.validatorOperationResponse WcfDecryptorService.ValidatorProxy.ValidatorEndpoint.validatorOperation(WcfDecryptorService.ValidatorProxy.validatorOperationRequest request)
 {
     return(base.Channel.validatorOperation(request));
 }