Enumeration Case 列挙ケース

NSURLSessionResponseBecomeDownload

Convert the response for this request to use a NSURLSessionDownloadTask. このリクエストに対する応答を、NSURLSessionDownloadTaskを使うように変換します。

Declaration 宣言

NSURLSessionResponseBecomeDownload = 2

Discussion 議論

When used with the completion handler from URLSession:dataTask:didReceiveResponse:completionHandler:, this disposition converts the data task to a download task. This will result in your delegate’s URLSession:dataTask:didBecomeDownloadTask: being called to provide you with the new download task that supersedes the current task. URLSession:dataTask:didReceiveResponse:completionHandler:からの完了ハンドラで使われる場合、この意向はデータタスクをダウンロードタスクに変換します。これは、あなたの委任先のもつURLSession:dataTask:didBecomeDownloadTask:が呼び出されることで、あなたに現在のタスクに取って代わる新しいダウンロードタスクを提供する、という結果になるでしょう。

See Also 参照

Task Dispositions タスク意向