countOfBytesSent property

int countOfBytesSent

Whether the body of the response should be delivered incrementally or not.

NSURLSessionTask.countOfBytesSent

Implementation

int get countOfBytesSent => _nsObject.countOfBytesSent;