Macro

NSURLResponseUnknownLength

The response length cannot be determined in advance of receiving the data from the server. 応答の長さは、データをサーバーから受け取る前に決定されることはできません。

Declaration 宣言

#define NSURLResponseUnknownLength

Discussion 議論

For example, NSURLResponseUnknownLength is returned when the server HTTP response does not include a Content-Length header. 例えば、NSURLResponseUnknownLengthは、サーバーHTTP応答がContent-Lengthヘッダを含まない時に返されます。

See Also 参照

Getting the Response Properties 応答プロパティを取得する