Returns the value of the header field content-length for the object referred to by the specified url connection object.
Syntax
getContentLength( urlconnection )
urlconnection.getContentLength( )
Parameters
urlconnection
|
the url connection object to use.
|
Returns
integer
|
the content-length header field.
|
Example
l = ucon.getContentLength( )
|