Contents

countOfBytesClientExpectsToReceive

A best-guess upper bound on the number of bytes the client expects to receive.

Declaration

var countOfBytesClientExpectsToReceive: Int64 { get set }

Mentioned in

Discussion

The value set for this property should account for the size of both HTTP response headers and the response body. If no value is specified, the system uses NSURLSessionTransferSizeUnknown instead. This property is used by the system to optimize the scheduling of URL session tasks. Developers are strongly encouraged to provide an approximate upper bound, or an exact byte count, if possible, rather than accept the default.

See Also

Scheduling tasks