Instance Property
インスタンスプロパティ
originalRequest
The original request object passed when the task was created.
タスクが作成された時に渡された元のリクストオブジェクト。
Declaration
宣言
@property(nullable, readonly, copy) NSURLRequest
*originalRequest;
Discussion
議論
This value is typically the same as the currently active request (currentRequest
) except when the server has responded to the initial request with a redirect to a different URL.
この値は、概して現在動作中のリクエスト(currentRequest
)と同じです、サーバが最初のリクエストに対してある異なるURLへの転送で応答した場合を除いて。
See Also
参照
Obtaining General Task Information
一般的タスク情報を入手する
currentRequest
The URL request object currently being handled by the task.
現在タスクによって取り扱われているURLリクエストオブジェクト。
response
The server’s response to the currently active request.
現在活動中のリクエストへのサーバのもつ応答。
taskDescription
An app-provided string value for the current task.
現在のタスクに対するアプリ提供の文字列値。
taskIdentifier
An identifier uniquely identifying the task within a given session.
与えられたセッション内でタスクを特有に識別している識別子。
error
An error object that indicates why the task failed.
なぜタスクが失敗したかを指し示しているエラーオブジェクト。