countOfBytesExpectedToReceive property

int countOfBytesExpectedToReceive

The number of content bytes that are expected to be received from the server.

See NSURLSessionTask.countOfBytesReceived

Implementation

int get countOfBytesExpectedToReceive =>
    _nsObject.countOfBytesExpectedToReceive;