Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the XML HTTP properties, with a description of the purpose of each.

Programming element Description

onreadystatechange Property (IXMLHTTPRequest)

Specifies the event handler to be called when the readyState Property (IXMLHTTPRequest)changes.

readyState Property (IXMLHTTPRequest)

Represents the state of the request.

responseBody Property (IXMLHTTPRequest)

Represents only one of several forms in which the HTTP response can be returned.

responseStream Property (IXMLHTTPRequest)

Represents only one of several forms in which the HTTP response can be returned.

responseText Property (IXMLHTTPRequest)

Represents the response entity body as a string.

responseXML Property (IXMLHTTPRequest)

Represents the parsed response entity body.

status Property (IXMLHTTPRequest)

Represents the HTTP status code returned by a request.

statusText Property (IXMLHTTPRequest)

Represents the HTTP response line status.

See Also