Example #1
0
 public System.Threading.Tasks.Task <PASClient.PASService.downloadResponse> downloadAsync(string arg0)
 {
     PASClient.PASService.downloadRequest inValue = new PASClient.PASService.downloadRequest();
     inValue.Body      = new PASClient.PASService.downloadRequestBody();
     inValue.Body.arg0 = arg0;
     return(((PASClient.PASService.IFileHandlerSEI)(this)).downloadAsync(inValue));
 }
Example #2
0
 public byte[] download(string arg0)
 {
     PASClient.PASService.downloadRequest inValue = new PASClient.PASService.downloadRequest();
     inValue.Body      = new PASClient.PASService.downloadRequestBody();
     inValue.Body.arg0 = arg0;
     PASClient.PASService.downloadResponse retVal = ((PASClient.PASService.IFileHandlerSEI)(this)).download(inValue);
     return(retVal.Body.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <PASClient.PASService.downloadResponse> PASClient.PASService.IFileHandlerSEI.downloadAsync(PASClient.PASService.downloadRequest request)
 {
     return(base.Channel.downloadAsync(request));
 }
Example #4
0
 PASClient.PASService.downloadResponse PASClient.PASService.IFileHandlerSEI.download(PASClient.PASService.downloadRequest request)
 {
     return(base.Channel.download(request));
 }