36typedef struct URLSessionDownloadTaskInterface URLSessionDownloadTaskInterface;
65struct URLSessionDownloadTaskInterface {
70 URLSessionTaskInterface urlSessionTaskInterface;
#define OBJECTIVELY_EXPORT
URL session tasks are handles to pending URL operations.
The runtime representation of a Class.
Use download tasks to save remote resources to file.
Class * _URLSessionDownloadTask(void)
The URLSessionDownloadTask archetype.
FILE * file
The target FILE.
URLSessionDownloadTaskInterface * interface
The interface.
URLSessionTask urlSessionTask
The superclass.
URL session tasks are handles to pending URL operations.