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

countOfBytesExpectedToReceive

The number of bytes that the task expects to receive in the response body. タスクが応答ボディにおいて受け取ることを予想するバイト数。

Declaration 宣言

@property(readonly) int64_t countOfBytesExpectedToReceive;

Discussion 議論

This value is determined based on the Content-Length header received from the server. If that header is absent, the value is NSURLSessionTransferSizeUnknown. この値は、サーバから受け取られるContent-Lengthヘッダに基づき決定されます。そのヘッダが不在ならば、その値はNSURLSessionTransferSizeUnknownです。

See Also 参照

Obtaining Task Progress タスク進捗を取得する