getContentAsString

String response.getContentAsString ( )

Description

Retrieve the content of the response.

Parameters

This method does not receive any parameters.

Return Values

Returns the content of the response, as a string.

Change Log

Version Description
4.5 Available for all editions.

Examples

Get the Response Text

 // Retrieve the contents of the response
 content = response.getContentAsString();

See Also