Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public DownloadManager(IDownloadTransferService transferService, string resourceId, DownloadToken token)
 {
   TransferService = transferService;
   ResourceId = resourceId;
   Token = token;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public DownloadManager(IDownloadTransferService transferService, string resourceId, DownloadToken token)
 {
     TransferService = transferService;
     ResourceId      = resourceId;
     Token           = token;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public DownloadManager(IDownloadTransferService transferService, string resourceId)
 {
   TransferService = transferService;
   ResourceId = resourceId;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public DownloadManager(IDownloadTransferService transferService, string resourceId)
 {
     TransferService = transferService;
     ResourceId      = resourceId;
 }