Cancel the load.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
NSURLSessionResponseCancel = 0
Discussion
Using this disposition is equivalent to calling cancel
on the task.
Cancel the load.
SDKs
Framework
NSURLSessionResponseCancel = 0
Using this disposition is equivalent to calling cancel
on the task.
NSURLSession Response Allow
Allow the load operation to continue.
NSURLSession Response Become Download
Convert the response for this request to use a NSURLSession
.
NSURLSession Response Become Stream
Convert the response for this request to use a NSURLSession
.