var countOfBytesExpectedToReceive : Int64
The number of bytes that the task expects to receive in the response body.
タスクが応答ボディにおいて受け取ることを予想するバイト数。
var countOfBytesReceived : Int64
The number of bytes that the task has received from the server in the response body.
タスクがサーバーから応答ボディにおいて受け取ったバイト数。
var countOfBytesExpectedToSend : Int64
The number of bytes that the task expects to send in the request body.
タスクがリクエストボディにおいて送ることを予想するバイト数。
var countOfBytesSent : Int64
The number of bytes that the task has sent to the server in the request body.
タスクがリクエストボディにおいてサーバーに送ったバイト数。
let NSURLSessionTransferSizeUnknown : Int64
The total size of the transfer cannot be determined.
転送の合計サイズが決定されることができません。