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

countOfBytesReceived

The number of bytes that the task has received from the server in the response body. タスクがサーバーから応答ボディにおいて受け取ったバイト数。

Declaration 宣言

@property(readonly) int64_t countOfBytesReceived;

Discussion 議論

To be notified when this value changes, implement the URLSession:dataTask:didReceiveData: delegate method (for data and upload tasks) or the URLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite: method (for download tasks). この値が変化する時に通知されるには、URLSession:dataTask:didReceiveData:委任先メソッドを(データおよびアップロードタスクに対して)、またはURLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:メソッドを(ダウンロードタスクに対して)実装してください。

See Also 参照

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