Exemplo n.º 1
0
 public PRESTACONNECT.WSKEY.Key ReadKey(string Key)
 {
     PRESTACONNECT.WSKEY.ReadKeyRequest inValue = new PRESTACONNECT.WSKEY.ReadKeyRequest();
     inValue.Body     = new PRESTACONNECT.WSKEY.ReadKeyRequestBody();
     inValue.Body.Key = Key;
     PRESTACONNECT.WSKEY.ReadKeyResponse retVal = ((PRESTACONNECT.WSKEY.WSKeySoap)(this)).ReadKey(inValue);
     return(retVal.Body.ReadKeyResult);
 }
Exemplo n.º 2
0
 PRESTACONNECT.WSKEY.ReadKeyResponse PRESTACONNECT.WSKEY.WSKeySoap.ReadKey(PRESTACONNECT.WSKEY.ReadKeyRequest request)
 {
     return(base.Channel.ReadKey(request));
 }