IXMLHTTPRequest Members
The following tables show the properties, methods, and events.
In C/C++, this interface inherits from the IDispatch interface.
|
Specifies the event handler to be called when the readyState property changes. Read/write. |
|
|
Represents the state of the request. Read-only. |
|
|
Represents only one of several forms in which the HTTP response can be returned. Read-only. |
|
|
Represents only one of several forms in which the HTTP response can be returned. Read-only. |
|
|
Represents the response entity body as a string. Read-only. |
|
|
Represents the parsed response entity body. Read-only. |
|
|
Represents the HTTP status code returned by a request. Read-only. |
|
|
Represents the HTTP response line status. Read-only. |
* Denotes an extension to the World Wide Web Consortium (W3C) DOM.
|
Cancels the current HTTP request. |
|
|
Retrieves the values of all the HTTP headers. |
|
|
Retrieves the value of an HTTP header from the response body. |
|
|
Initializes an MSXML2.XMLHTTP request, and specifies the method, URL, and authentication information for the request. |
|
|
Sends an HTTP request to the server and receives a response. |
|
|
Specifies the name of an HTTP header. |