countOfBytesExpectedToReceive
The number of bytes that the task expects to receive in the response body.
Declaration
var countOfBytesExpectedToReceive: Int64 { get }Discussion
This value is determined based on the Content-Length header received from the server. If that header is absent, the value is NSURLSessionTransferSizeUnknown.