int contentLength

Gets and sets the content length of the request. If the size of the request is not known in advance set content length to -1, which is also the default.

void contentLength=(int _contentLength)

Gets and sets the content length of the request. If the size of the request is not known in advance set content length to -1, which is also the default.