Interfaccia IXMLHTTPRequest2Callback (msxml6.h)

Definisce i callback che notificano a un'applicazione una richiesta IXMLHTTPRequest2 in sospeso sugli eventi che influiscono sull'elaborazione di richieste e risposte HTTP.

Nota Questa interfaccia è supportata in Windows Phone 8.1.

 

Ereditarietà

L'interfaccia IXMLHTTPRequest2Callback eredita dall'interfaccia IUnknown . IXMLHTTPRequest2Callback include anche questi tipi di membri:

Metodi

L'interfaccia IXMLHTTPRequest2Callback include questi metodi.

 
IXMLHTTPRequest2Callback::OnDataAvailable

Si verifica quando un client riceve parte dei dati di risposta HTTP dal server.
IXMLHTTPRequest2Callback::OnError

Si verifica quando viene rilevato un errore o la richiesta è stata interrotta.
IXMLHTTPRequest2Callback::OnHeadersAvailable

Si verifica dopo l'invio di una richiesta HTTP al server e il server ha risposto con intestazioni di risposta.
IXMLHTTPRequest2Callback::OnRedirect

Si verifica quando un client invia una richiesta HTTP reindirizza il server a un nuovo URL.
IXMLHTTPRequest2Callback::OnResponseReceived

Si verifica quando un client ha ricevuto una risposta completa dal server.

Commenti

I metodi nell'interfaccia IXMLHTTPRequest2 sono asincroni, pertanto le applicazioni devono passare un oggetto IXMLHTTPRequest2Callback come parametro nelle chiamate al metodo Open nell'interfaccia IXMLHTTPRequest2 per ricevere notifiche di callback.

L'interfaccia IXMLHTTPRequest2Callback viene estesa dall'interfaccia IXMLHTTPRequest3Callback .

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [app desktop | App UWP],MSXML 6.0 e versioni successive
Server minimo supportato Windows Server 2012 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione msxml6.h

Vedi anche

IXMLHTTPRequest2

IXMLHTTPRequest3

IXMLHTTPRequest3Callback

Apri