wwResponse::GetOutput

This method retrieves the currently accumulated HTTP stream output as a string and clears the output stream with a call to the Clear() method.

This method is used internally to retrieve content from Response objects directly into string values that can be displayed. When using the wwResponseString object especially GetOutput is the primary mechanism for retrieving the HTTP output.

o.GetOutput(llNoClear)

Return Value

String of the current HTTP Stream output.

Parameters

llNoClear
When this parameter is passed as .T. the original HTTP stream is not cleared.


See also:

Class wwResponse

© West Wind Technologies, 1996-2022 • Updated: 11/26/15
Comment or report problem with topic