Instance Property インスタンスプロパティ

delegate

A delegate specific to the task. そのタスクに特有なある委任先。

Declaration 宣言

var delegate: URLSessionTaskDelegate? { get set }

Discussion 議論

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:delegate:) and data(for:delegate:).

See Also 参照

Using a Task-Specific Delegate タスク特有委任先を使う