Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XML HTTP Extended Request interfaces

XML HTTP Extended Request supports the following interfaces, which are grouped according to the inheritance hierarchy.

In this section

TopicDescription

IXMLHTTPRequest2

Provides the methods and properties needed to configure and send HTTP requests and use callbacks to receive notifications during HTTP response processing.

Note  This interface is supported on Windows Phone 8.1.
 

IXMLHTTPRequest2Callback

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

Note  This interface is supported on Windows Phone 8.1.
 

IXMLHTTPRequest3

Provides the methods and properties needed to configure and send HTTP requests and use callbacks to receive notifications during HTTP response processing. Derives from the IXMLHTTPRequest2 interface.

Note  This interface is supported on Windows Phone 8.1.
 

IXMLHTTPRequest3Callback

Defines callbacks that notify an application with an outstanding IXMLHTTPRequest3 request of events that affect HTTP request and response processing. Derives from the IXMLHTTPRequest2Callback interface.

Note  This interface is supported on Windows Phone 8.1.
 

 

 

 

Community Additions

Show:
© 2017 Microsoft