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

countOfBytesReceived

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

Declaration 宣言

var countOfBytesReceived: Int64 { get }

Discussion 議論

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

See Also 参照

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