Exemple #1
0
 public System.Threading.Tasks.Task <InvoiceUtils.OAAttachment.encryptResponse> encryptAsync(string arg0, string arg1, string arg2)
 {
     InvoiceUtils.OAAttachment.encryptRequest inValue = new InvoiceUtils.OAAttachment.encryptRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     return(((InvoiceUtils.OAAttachment.AttMain)(this)).encryptAsync(inValue));
 }
Exemple #2
0
 public bool encrypt(string arg0, string arg1, string arg2)
 {
     InvoiceUtils.OAAttachment.encryptRequest inValue = new InvoiceUtils.OAAttachment.encryptRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     InvoiceUtils.OAAttachment.encryptResponse retVal = ((InvoiceUtils.OAAttachment.AttMain)(this)).encrypt(inValue);
     return(retVal.@return);
 }
Exemple #3
0
 System.Threading.Tasks.Task <InvoiceUtils.OAAttachment.encryptResponse> InvoiceUtils.OAAttachment.AttMain.encryptAsync(InvoiceUtils.OAAttachment.encryptRequest request)
 {
     return(base.Channel.encryptAsync(request));
 }
Exemple #4
0
 InvoiceUtils.OAAttachment.encryptResponse InvoiceUtils.OAAttachment.AttMain.encrypt(InvoiceUtils.OAAttachment.encryptRequest request)
 {
     return(base.Channel.encrypt(request));
 }