コード例 #1
0
 public System.Threading.Tasks.Task <DecryptionBusiness.ServiceReference1.sendCurrentFileResponse> sendCurrentFileAsync(string fileName, string fileContent, string currentKey)
 {
     DecryptionBusiness.ServiceReference1.sendCurrentFileRequest inValue = new DecryptionBusiness.ServiceReference1.sendCurrentFileRequest();
     inValue.fileName    = fileName;
     inValue.fileContent = fileContent;
     inValue.currentKey  = currentKey;
     return(((DecryptionBusiness.ServiceReference1.WsJax)(this)).sendCurrentFileAsync(inValue));
 }
コード例 #2
0
 public string sendCurrentFile(string fileName, string fileContent, string currentKey)
 {
     DecryptionBusiness.ServiceReference1.sendCurrentFileRequest inValue = new DecryptionBusiness.ServiceReference1.sendCurrentFileRequest();
     inValue.fileName    = fileName;
     inValue.fileContent = fileContent;
     inValue.currentKey  = currentKey;
     DecryptionBusiness.ServiceReference1.sendCurrentFileResponse retVal = ((DecryptionBusiness.ServiceReference1.WsJax)(this)).sendCurrentFile(inValue);
     return(retVal.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <DecryptionBusiness.ServiceReference1.sendCurrentFileResponse> DecryptionBusiness.ServiceReference1.WsJax.sendCurrentFileAsync(DecryptionBusiness.ServiceReference1.sendCurrentFileRequest request)
 {
     return(base.Channel.sendCurrentFileAsync(request));
 }
コード例 #4
0
 DecryptionBusiness.ServiceReference1.sendCurrentFileResponse DecryptionBusiness.ServiceReference1.WsJax.sendCurrentFile(DecryptionBusiness.ServiceReference1.sendCurrentFileRequest request)
 {
     return(base.Channel.sendCurrentFile(request));
 }