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 |
|---|---|
Retrieves the current state of the request operation. |
|
Retrieves the response body as a string. |
|
Retrieves the response body as an XML DOM object. |
|
Retrieves the HTTP status code of the request. |
|
Retrieves the friendly HTTP status of the request. |
Send comments about this topic to Microsoft
Build date: 1/26/2012