Contents

init()

Initializes a download task.

Declaration

init()

Discussion

Don’t use this initalizer to manually create download tasks. Instead, use the factory methods on URLSession to add tasks to an existing URL session.

See Also

Creating download tasks