wwResponse::FastWrite

This method is very similar to the Write method, but is more efficient as it doesn't perform any error checking on the string and doesn't handle the lNoOutput parameter.

o.FastWrite(lcText,llNotUsed)

Parameters

lcText
Any kind of string based output that is to be placed in the HTTP output stream. This data can be a string or binary data.

llNotUsed
A second parameter for the typical llNoOutput is provided for compatibility, but is ignored.


See also:

Class wwResponse | wwResponse::Write

© West Wind Technologies, 1996-2024 • Updated: 02/26/16
Comment or report problem with topic