Interfaccia IXMLHTTPRequest3Callback (msxml6.h)

Definisce i callback che notificano a un'applicazione una richiesta IXMLHTTPRequest3 in sospeso di eventi che influiscono sull'elaborazione di richieste e risposte HTTP. Deriva dall'interfaccia IXMLHTTPRequest2Callback .

Nota Questa interfaccia è supportata in Windows Phone 8.1.

 

Ereditarietà

L'interfaccia IXMLHTTPRequest3Callback eredita da IXMLHTTPRequest2Callback. IXMLHTTPRequest3Callback include anche questi tipi di membri:

Metodi

L'interfaccia IXMLHTTPRequest3Callback include questi metodi.

 
IXMLHTTPRequest3Callback::OnClientCertificateRequested

Si verifica quando un client riceve una richiesta di un certificato client durante la negoziazione SSL con il server.
IXMLHTTPRequest3Callback::OnServerCertificateReceived

Si verifica quando un client riceve errori di certificato o una catena di certificati server durante la negoziazione SSL con il server.

Commenti

Le interfacce IXMLHTTPRequest3 e IXMLHTTPRequest3Callback estendono le funzionalità fornite dalle interfacce IXMLHTTPRequest2 e IXMLHTTPRequest2Callback con queste aggiunte:

  • Consente di impostare un certificato client da usare per la richiesta HTTPS con il metodo SetClientCertificate nell'interfaccia IXMLHTTPRequest3 .
  • Consente di ottenere un elenco di autorità emittenti per filtrare i certificati client idonei da usare per la richiesta HTTP successiva con il metodo OnClientCertificateRequested nell'interfaccia IXMLHTTPRequest3Callback .
  • Consente di ignorare determinati errori del certificato che altrimenti avrebbero interrotto la connessione HTTPS.
  • Consente di ottenere errori del certificato e la catena di certificati del server dalla risposta HTTPS con il metodo OnServerCertificateReceived nell'interfaccia IXMLHTTPRequest3Callback .

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 R2 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione msxml6.h

Vedi anche

IXMLHTTPRequest2

IXMLHTTPRequest2Callback

IXMLHTTPRequest3

SetProperty