Used to flush the specified response object.
Syntax
flush( response )
response.flush( )
Parameters
response
|
the response object to use.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
This method can only be used if output is being buffered. An exception will occur if this method is used and output is not being buffered.
Example
Response( ).flush( )
|