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

response

The server’s response to the currently active request. 現在活動中のリクエストへのサーバのもつ応答。

Declaration 宣言

@property(nullable, readonly, copy) NSURLResponse *response;

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 一般的タスク情報を入手する