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