Ejemplo n.º 1
0
 /// <summary>
 /// Gets a single download token for a given file.
 /// </summary>
 protected DownloadToken GetToken(string filePath)
 {
     return(Downloads.GetTransfersForResource(filePath).Single());
 }