Contents

NSURLDownloadDelegate

A protocol that URL download delegates implement to interact with a URL download request.

Declaration

protocol NSURLDownloadDelegate : NSObjectProtocol

Overview

The NSURLDownloadDelegate protocol defines methods that allow an object to receive informational callbacks about the asynchronous load of a download’s URL request. Other delegate methods provide facilities that allow the delegate to customize the process of performing an asynchronous URL load.

Note that these delegate methods will be called on the thread that started the asynchronous load operation for the associated NSURLDownload object.

Topics

Download Authentication

Download Data and Responses

Download Completion

See Also

URL Download