Example #1
0
 public AESImplementation.ServiceReference1.ArrayOfChar RandomKey()
 {
     AESImplementation.ServiceReference1.RandomKeyRequest inValue = new AESImplementation.ServiceReference1.RandomKeyRequest();
     inValue.Body = new AESImplementation.ServiceReference1.RandomKeyRequestBody();
     AESImplementation.ServiceReference1.RandomKeyResponse retVal = ((AESImplementation.ServiceReference1.Service1Soap)(this)).RandomKey(inValue);
     return(retVal.Body.RandomKeyResult);
 }
Example #2
0
 AESImplementation.ServiceReference1.RandomKeyResponse AESImplementation.ServiceReference1.Service1Soap.RandomKey(AESImplementation.ServiceReference1.RandomKeyRequest request)
 {
     return(base.Channel.RandomKey(request));
 }