Пример #1
0
 public bool ExistKey(string Key)
 {
     PRESTACONNECT.WSKEY.ExistKeyRequest inValue = new PRESTACONNECT.WSKEY.ExistKeyRequest();
     inValue.Body     = new PRESTACONNECT.WSKEY.ExistKeyRequestBody();
     inValue.Body.Key = Key;
     PRESTACONNECT.WSKEY.ExistKeyResponse retVal = ((PRESTACONNECT.WSKEY.WSKeySoap)(this)).ExistKey(inValue);
     return(retVal.Body.ExistKeyResult);
 }
Пример #2
0
 PRESTACONNECT.WSKEY.ExistKeyResponse PRESTACONNECT.WSKEY.WSKeySoap.ExistKey(PRESTACONNECT.WSKEY.ExistKeyRequest request)
 {
     return(base.Channel.ExistKey(request));
 }