35typedef struct URLSessionDataTaskInterface URLSessionDataTaskInterface;
65struct URLSessionDataTaskInterface {
70 URLSessionTaskInterface urlSessionTaskInterface;
#define OBJECTIVELY_EXPORT
URL session tasks are handles to pending URL operations.
The runtime representation of a Class.
Use data tasks to send and receive Data in-memory.
Class * _URLSessionDataTask(void)
The URLSessionDataTask archetype.
Data * data
The data received.
URLSessionDataTaskInterface * interface
The interface.
URLSessionTask urlSessionTask
The superclass.
URL session tasks are handles to pending URL operations.