NSURLSessionResponseCancel
Cancel the load.
ロードを取り消します。
NSURLSessionResponseAllow
Allow the load operation to continue.
ロード操作を継続することを許可します。
NSURLSessionResponseBecomeDownload
Convert the response for this request to use a
NSURLSessionDownloadTask
.
このリクエストに対する応答を、NSURLSessionDownloadTask
を使うように変換します。