Ejemplo n.º 1
0
 public bool ExistKey(string Key)
 {
     PRESTACONNECT.WSKEYRESCUE.ExistKeyRequest inValue = new PRESTACONNECT.WSKEYRESCUE.ExistKeyRequest();
     inValue.Body     = new PRESTACONNECT.WSKEYRESCUE.ExistKeyRequestBody();
     inValue.Body.Key = Key;
     PRESTACONNECT.WSKEYRESCUE.ExistKeyResponse retVal = ((PRESTACONNECT.WSKEYRESCUE.WSKeySoap)(this)).ExistKey(inValue);
     return(retVal.Body.ExistKeyResult);
 }
Ejemplo n.º 2
0
 PRESTACONNECT.WSKEYRESCUE.ExistKeyResponse PRESTACONNECT.WSKEYRESCUE.WSKeySoap.ExistKey(PRESTACONNECT.WSKEYRESCUE.ExistKeyRequest request)
 {
     return(base.Channel.ExistKey(request));
 }