List of HttpResponse methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 30: Line 30:
</tr>
</tr>
</table>
</table>
[[Category:System class lists]]
[[Category:Lists of methods]]

Revision as of 20:31, 1 November 2011

The following are the available HttpResponse class methods.

MethodDescription
CodeCheck HTTP status code of most recent request
ContentGet raw HTTP response data
ContentToStringlistHTTP response data split into lines
HeaderCountNumber of HTTP response headers
HeaderNamesList of HTTP response header names
HeaderValueHTTP response header value
MessageReturn code message of most recent request
ParseXmlDeserialize response data to XmlDoc
PrintPrint useful debug information about this object
StatusLineStatus line of most recent request
SuccessCheck status code value of most recent request
URLURL from which the response was obtained

See also