Ejemplo n.º 1
0
 public async Task<int> UploadFile(FileServerFile file)
 {
     return await UploadBehavior.UploadFile(file, server, this);
 }
Ejemplo n.º 2
0
 public byte[] DownloadFile(FileServerFile file)
 {
     return DownloadBehavior.DownloadFile(file, server, this);
 }