Returns the content length of the specified response object.
Syntax
getContentLength( response )
response.getContentLength( )
Parameters
response
|
the response object to use.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
if Response( ).getContentLength( ) = 0 then
break
end
|