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

countOfBytesSent

The number of bytes that the task has sent to the server in the request body. タスクがリクエストボディにおいてサーバーに送ったバイト数。

Declaration 宣言

var countOfBytesSent: Int64 { get }

Discussion 議論

This byte count includes only the length of the request body itself, not the request headers. このバイト計数が唯一含むのは、リクエストボディそれ自身の長さです、リクエストヘッダは含みません。

To be notified when this value changes, implement the urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:) delegate method. この値が変化する時に通知されるには、urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)委任先メソッドを実装してください。

See Also 参照

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