contentLength property

int? contentLength
getter/setter pair

Gets and sets the content-length of the request, in bytes. If the size of the request is not known in advance, set this to null.

Implementation

int? contentLength;