IXMLHTTPRequest Members
A version of this page is also available for
4/8/2010
The following tables show the properties, methods, and events for IXMLHTTPRequest.
Property | Description |
---|---|
Specifies the event handler to be called when the readyState property changes. Read/write access. |
|
Represents the state of the request. Read-only access. |
|
Represents the response entity body as an array of unsigned bytes. Read-only access. |
|
Represents the response entity body as an IStream. Read-only access. |
|
Represents the response entity body as a string. Read-only access. |
|
Represents the response entity body as parsed by MSXML. Read-only access. |
|
Represents the HTTP status code returned by a request. Read-only access. |
|
Represents the HTTP response line status. Read-only access. |
* denotes an extension to the Worldwide Web Consortium (W3C) Document Object Model (DOM).
Methods | Description |
---|---|
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. |
Events
None.