struttura HTTP_REQUEST_V2 (http.h)
La struttura HTTP_REQUEST_V2 estende la struttura della richiesta di HTTP_REQUEST_V1 con altre informazioni sulla richiesta.
Non usare HTTP_REQUEST_V2 direttamente nel codice; usare HTTP_REQUEST per assicurarsi che venga usata la versione corretta, in base al sistema operativo in cui viene compilato il codice.
Sintassi
typedef struct _HTTP_REQUEST_V2 : _HTTP_REQUEST_V1 {
USHORT RequestInfoCount;
PHTTP_REQUEST_INFO pRequestInfo;
} HTTP_REQUEST_V2, *PHTTP_REQUEST_V2;
Ereditarietà
La struttura HTTP_REQUEST_V2 implementa _HTTP_REQUEST_V1.
Membri
RequestInfoCount
Numero di strutture HTTP_REQUEST_INFO nella matrice a cui punta pRequestInfo.
pRequestInfo
Puntatore a una matrice di strutture HTTP_REQUEST_INFO che contiene informazioni aggiuntive sulla richiesta.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | http.h |