countOfBytesExpectedToSend property

int countOfBytesExpectedToSend

The number of content bytes that the task expects to send to the server.

See NSURLSessionTask.countOfBytesExpectedToSend

Implementation

int get countOfBytesExpectedToSend => _nsObject.countOfBytesExpectedToSend;