class func new() -> Self
Creates and initializes a download task.
ダウンロードタスクを作成および初期化します。
Availability 有効性
Technology
init()
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.
このイニシャライザを使って、手動でダウンロードタスクを作成しないでください。代わりに、ファクトリメソッドをURLSession
上で使うことで、タスクを既存のURLセッションに加えてください。
class func new() -> Self