Exemple #1
0
 public System.Threading.Tasks.Task <UACryptoSign.signResponse> signAsync(string data, bool attached)
 {
     UACryptoSign.signRequest inValue = new UACryptoSign.signRequest();
     inValue.data     = data;
     inValue.attached = attached;
     return(((UACryptoSign.Service)(this)).signAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <UACryptoSign.signResponse> UACryptoSign.Service.signAsync(UACryptoSign.signRequest request)
 {
     return(base.Channel.signAsync(request));
 }