DownloadOperation

public class DownloadOperation<R> : NetworkOperation<R> where R : Downloadable

An NSOperation that executes the Downloadable asynchronously.