Share via


XML HTTP Methods

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Programming element Description

abort Method (IXMLHTTPRequest)

Cancels the current HTTP request.

getAllResponseHeaders Method (IXMLHTTPRequest)

Retrieves the values of all the HTTP headers.

getResponseHeader Method (IXMLHTTPRequest)

Retrieves the value of an HTTP header from the response body.

open Method (IXMLHTTPRequest)

Initializes an MSXML2.XMLHTTP request and specifies the method, URL, and authentication information for the request.

send Method (IXMLHTTPRequest)

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

setRequestHeader Method (IXMLHTTPRequest)

Specifies the name of an HTTP header.

See Also

Reference

XML HTTP Reference
XML HTTP