Enumeration Case 列挙ケース

NSURLSessionResponseBecomeStream

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

Declaration 宣言

NSURLSessionResponseBecomeStream = 3

Discussion 議論

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

See Also 参照

Task Dispositions タスク意向