Exemplo n.º 1
0
 public byte[] Download(string pathFileName)
 {
     org.sola.webservices.filestreaming.DownloadRequest inValue = new org.sola.webservices.filestreaming.DownloadRequest();
     inValue.pathFileName = pathFileName;
     org.sola.webservices.filestreaming.DownloadResponse retVal = ((org.sola.webservices.filestreaming.FileStreaming)(this)).Download(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 org.sola.webservices.filestreaming.DownloadResponse org.sola.webservices.filestreaming.FileStreaming.Download(org.sola.webservices.filestreaming.DownloadRequest request)
 {
     return(base.Channel.Download(request));
 }