protocol URLSessionTaskDelegate
A protocol that defines methods that URL session instances call on their delegates to handle task-level events.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出してタスク水準イベントを取り扱うものです。
Availability 有効性
Technology
var delegate: URLSessionTaskDelegate
? { get set }
This task-specific delegate receives messages from the task before the session’s delegate
receives them.
このタスク特有委任先は、タスクからメッセージいくつかを、セッションのもつdelegate
がそれらを受け取る前に受け取ります。
This is similar to the behavior of the delegate
parameter used by the asychronous methods in URLSession
like bytes(for:
and data(for:
.
protocol URLSessionTaskDelegate