getContentLength method

int getContentLength()

Inquiry method that gets the length expressed in bytes to be used by the Server for the response body on a HTTP stream connection.

Returns The length to be used by the Server for the response body on a HTTP stream connection

Implementation

external int getContentLength();