IHTMLXMLHttpRequest interface

TBD.

Members

The IHTMLXMLHttpRequest interface inherits from the IUnknown interface. IHTMLXMLHttpRequest also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLXMLHttpRequest interface has these methods.

Method Description
abort

Cancels the current HTTP request.

getAllResponseHeaders

Returns the complete list of response headers.

getResponseHeader

Returns the specified response header.

open

Assigns method, destination URL, and other optional attributes of a pending request.

send

Sends an HTTP request to the server and receives a response.

setRequestHeader

Adds custom HTTP headers to the request.

 

Properties

The IHTMLXMLHttpRequest interface has these properties.

Property Description

readyState

Retrieves the current state of the request operation.

responseText

Retrieves the response body as a string.

responseXML

Retrieves the response body as an XML DOM object.

status

Retrieves the HTTP status code of the request.

statusText

Retrieves the friendly HTTP status of the request.

 

 

 

Send comments about this topic to Microsoft

Build date: 1/26/2012