Type Method 型メソッド

new()

Creates and initializes a download task. ダウンロードタスクを作成および初期化します。

Declaration 宣言

class func new() -> Self

Discussion 議論

Don’t use this method to manually create download tasks. Instead, use the factory methods on URLSession to add tasks to an existing URL session. このメソッドを使って、手動でダウンロードタスクを作成しないでください。代わりに、ファクトリメソッドをURLSession上で使うことで、タスクを既存のURLセッションに加えてください。

See Also 参照

Creating Download Tasks ダウンロードタスクを作成する