35typedef struct URLSessionDataTaskInterface URLSessionDataTaskInterface;
71struct URLSessionDataTaskInterface {
76 URLSessionTaskInterface urlSessionTaskInterface;
#define OBJECTIVELY_EXPORT
static void cacheResponse(URLSessionDataTask *self)
OBJECTIVELY_EXPORT Class * _URLSessionDataTask(void)
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.
URLCachedResponse * cachedResponse
A cached response, if this task was fulfilled from URLCache.
Data * data
The data received.
URLSessionDataTaskInterface * interface
The interface.
URLSessionTask urlSessionTask
The superclass.
URL session tasks are handles to pending URL operations.