Sets the content length of the specified response object.
Syntax
setContentLength( response , long )
response.setContentLength( long )
Parameters
response
|
the response object to use.
|
long
|
the content length.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.setContentLength( clength )
|