property ContentLength: Int64;
Description
Gets the length of the content returned by the request. Content length does not include header information.
The ContentLength property contains the value of the Content-Length header returned with the response. If the Content-Length header is not set in the response, ContentLength is set to the value -1.
This property is read-only.
See also