The DownloadTask struct contains the information necessary to download a file from a URL.
#include <>>
◆ operator==
Returns true
if the target and destination of lhs are the same as in rhs; otherwise returns false
◆ qHash
QX_NETWORK_EXPORT size_t qHash |
( |
const DownloadTask & | key, |
|
|
size_t | seed ) |
|
friend |
Hashes the download task key with the initial seed.
◆ checksum
An optional checksum in hexadecimal format to compare the completed file against. An empty string disables verification.
◆ dest
The full local path to download the file to.
◆ target
QUrl Qx::DownloadTask::target |
The full URL of file to download from a remote server.
The documentation for this struct was generated from the following files: