예제 #1
0
 /// <summary>
 /// Tries to download the content of a File described in a FileDescriptor object
 /// </summary>
 /// <param name="result"></param>
 /// <returns></returns>
 public byte[] GetFileContent(FileDescriptor result)
 {
     return(_communicator.GetFileContent(result.FilePath));
 }