Instance Property
インスタンスプロパティ
response
The server’s response to the currently active request.
現在活動中のリクエストへのサーバのもつ応答。
Discussion
議論
This object provides information about the request as provided by the server. This information always includes the original URL. It may also include an expected length, MIME type information, encoding information, a suggested filename, or a combination of these.
このオブジェクトは、リクエストについての情報を、サーバによって提供されるとおりに提供します。この情報は、常に元のURLを含みます。それはまた、予想された長さ、MIMEタイプ情報、符号化情報、提案されるファイル名、またはそれらの組み合わせを含むかもしれません。
See Also
参照
Obtaining General Task Information
一般的タスク情報を入手する
currentRequest
The URL request object currently being handled by the task.
現在タスクによって取り扱われているURLリクエストオブジェクト。
originalRequest
The original request object passed when the task was created.
タスクが作成された時に渡された元のリクストオブジェクト。
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.
なぜタスクが失敗したかを指し示しているエラーオブジェクト。