Gets the length (number of byte) of the content returned from the server.
Syntax: ContentLength As Int64
Example:
Response.New1
Request.New1(URL)
Response.Value = Request.GetResponse 'Launch the request and get the
response.
Msgbox("Download size: " & Response.ContentLength) 'Show the file size.