Пример #1
0
 public async Task<int> UploadFile(FileServerFile file)
 {
     return await UploadBehavior.UploadFile(file, server, this);
 }
Пример #2
0
 public byte[] DownloadFile(FileServerFile file)
 {
     return DownloadBehavior.DownloadFile(file, server, this);
 }