Type Method 型メソッド

new

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

Declaration 宣言

+ (instancetype)new;

Discussion 議論

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

See Also 参照

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