|
@@ -250,6 +250,7 @@ typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterB |
|
@@ -250,6 +250,7 @@ typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterB |
250
|
* Invalidates the managed session, optionally canceling pending operations.
|
250
|
* Invalidates the managed session, optionally canceling pending operations.
|
251
|
* @note If you use custom downloader instead of the shared downloader, you need call this method when you do not use it to avoid memory leak
|
251
|
* @note If you use custom downloader instead of the shared downloader, you need call this method when you do not use it to avoid memory leak
|
252
|
* @param cancelPendingOperations Whether or not to cancel pending operations.
|
252
|
* @param cancelPendingOperations Whether or not to cancel pending operations.
|
|
|
253
|
+ * @note Calling this method on the shared downloader has no effect.
|
253
|
*/
|
254
|
*/
|
254
|
- (void)invalidateSessionAndCancel:(BOOL)cancelPendingOperations;
|
255
|
- (void)invalidateSessionAndCancel:(BOOL)cancelPendingOperations;
|
255
|
|
256
|
|