0 out of 1 rated this helpful - Rate this topic

XML HTTP Request 2

Purpose

The XML HTTP Request 2 interfaces allow application to conduct HTTP request operations in multithreaded apartments (MTA) and use callbacks to receive notification of required information during response processing.

In this section

TopicDescription

IXMLHTTPRequest2

Use the IXMLHTTPRequest2 interface to enable applications to configure and send HTTP request operations in multithreaded apartments (MTA)

IXMLHTTPRequest2Callback

Defines callbacks that notify an application with an outstanding IXMLHTTPRequest2 request of events that affect HTTP request and response processing.

XHR_COOKIE

Defines a cookie that you can assign to an outgoing HTTP request by calling the SetCookie method or retrieve from an incoming HTTP response by calling the GetCookie method.

XHR_PROPERTY

Defines properties that you can assign to an outgoing HTTP request by calling the IXMLHTTPRequest2::SetProperty method.

 

Related topics

Quickstart: Connecting using XML HTTP Request (IXHR2)

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.