The DownloadService type exposes the following members.
Methods| | Name | Description |
|---|
 | AddLogger | (Inherited from AbstractDownloadService) |
 | CancelAsync | (Inherited from AbstractDownloadService) |
 | CancelTaskAsync | (Inherited from AbstractDownloadService) |
 | Clear | (Inherited from AbstractDownloadService) |
 | Dispose | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(DownloadPackage, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(String, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(String, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(DownloadPackage, String, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(DownloadPackage, String, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(String, DirectoryInfo, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(String, String, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(String, DirectoryInfo, CancellationToken) | (Inherited from AbstractDownloadService) |
 | DownloadFileTaskAsync(String, String, CancellationToken) | (Inherited from AbstractDownloadService) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | InitialDownloader | (Inherited from AbstractDownloadService) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OnChunkDownloadProgressChanged | (Inherited from AbstractDownloadService) |
 | OnDownloadFileCompleted | (Inherited from AbstractDownloadService) |
 | OnDownloadStarted | (Inherited from AbstractDownloadService) |
 | Pause | (Inherited from AbstractDownloadService) |
 | Resume | (Inherited from AbstractDownloadService) |
 | StartDownload | (Overrides AbstractDownloadServiceStartDownload) |
 | StartDownload(String) | (Inherited from AbstractDownloadService) |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
Top
Extension Methods
See Also