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

currentRequest

The URL request object currently being handled by the task. 現在タスクによって取り扱われているURLリクエストオブジェクト。

Declaration 宣言

var currentRequest: URLRequest? { get }

Discussion 議論

This value is typically the same as the initial request (originalRequest) except when the server has responded to the initial request with a redirect to a different URL. この値は、概して最初のリクエスト(originalRequest)と同じです、サーバが最初のリクエストに対してある異なるURLへの転送で応答した場合を除いて。

See Also 参照

Obtaining General Task Information 一般的タスク情報を入手する