Contents

URLSession.ResponseDisposition.cancel

Cancel the load.

Declaration

case cancel

Discussion

Using this disposition is equivalent to calling cancel() on the task.

See Also

Task dispositions