Inherits from NSOperation
Conforms to SDWebImageOperation
Declared in SDWebImageDownloaderOperation.h

Properties

options

@property (assign, nonatomic, readonly) SDWebImageDownloaderOptions options

request

@property (strong, nonatomic, readonly) NSURLRequest *request

Instance Methods

initWithRequest:queue:options:progress:completed:cancelled:

- (id)initWithRequest:(NSURLRequest *)request queue:(dispatch_queue_t)queue options:(SDWebImageDownloaderOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageDownloaderCompletedBlock)completedBlock cancelled:(void ( ^ ) ( ))cancelBlock