DownloadTask Class |
Namespace: Mastersign.Bench
The DownloadTask type exposes the following members.
| Name | Description | |
|---|---|---|
| DownloadTask |
Initializes a new instance of DownloadTask.
|
| Name | Description | |
|---|---|---|
| Cookies |
Cookies to send to the server when requesting the HTTP(S) resource.
| |
| DownloadedBytes |
The number of downloaded bytes.
| |
| ErrorMessage |
A string describing the last error, occured during the download, or null if no error occurred.
| |
| FailedAttempts |
The number of failed download attempts.
| |
| HasEnded |
A value indicating, whether this download has ended (successfully, or with failure), or not.
| |
| Headers |
Additional HTTP header fields to send to the server when requesting the HTTP(S) resource.
| |
| Id |
A string identifying the download uniquely amont all other downloads.
| |
| ResolvedUrl |
The resolve URL of the HTTP(S) resource.
This property is set by the Downloader when resolving the URL.
| |
| Success |
A value indicating, whether this download was completed successfully.
| |
| TargetFile |
A path to the file, to store the data of the downloaded resource in.
| |
| Url |
The URL of the HTTP(S) resource.
| |
| UrlResolutionFailed |
A value indicating, whether the resolution of the URL failed, or not.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |