HTTP_RESPONSE_V2 struttura (http.h)
La struttura HTTP_RESPONSE_V2 estende la struttura di risposta HTTP versione 1.0 con altre informazioni per la risposta.
Non usare HTTP_RESPONSE_V2 direttamente nel codice; usare HTTP_RESPONSE invece per assicurarsi che venga usata la versione corretta in base al sistema operativo in cui viene compilato il codice.
Sintassi
typedef struct _HTTP_RESPONSE_V2 : _HTTP_RESPONSE_V1 {
USHORT ResponseInfoCount;
PHTTP_RESPONSE_INFO pResponseInfo;
} HTTP_RESPONSE_V2, *PHTTP_RESPONSE_V2;
Ereditarietà
La struttura HTTP_RESPONSE_V2 implementa _HTTP_RESPONSE_V1 .
Membri
ResponseInfoCount
Numero di strutture HTTP_RESPONSE_INFO nella matrice a cui punta pResponseInfo.
Conteggio degli elementi HTTP_RESPONSE_INFO nella matrice a cui punta pResponseInfo.
pResponseInfo
Puntatore a una matrice di strutture HTTP_RESPONSE_INFO contenenti altre informazioni sulla richiesta.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | http.h |