コード例 #1
0
 public System.IO.Stream Download(string fileName)
 {
     return(service.Download(fileName));
     //return null;
 }
コード例 #2
0
 Stream IService.Download(string fileName)
 {
     return(service.Download(fileName));
 }