structure HTTP_RESPONSE_V2 (http.h)
La structure HTTP_RESPONSE_V2 étend la structure de réponse HTTP version 1.0 avec plus d’informations pour la réponse.
N’utilisez pas HTTP_RESPONSE_V2 directement dans votre code ; utilisez HTTP_RESPONSE à la place pour vous assurer que la version appropriée, basée sur le système d’exploitation sous lequel le code est compilé, est utilisée.
Syntaxe
typedef struct _HTTP_RESPONSE_V2 : _HTTP_RESPONSE_V1 {
USHORT ResponseInfoCount;
PHTTP_RESPONSE_INFO pResponseInfo;
} HTTP_RESPONSE_V2, *PHTTP_RESPONSE_V2;
Héritage
La structure HTTP_RESPONSE_V2 implémente _HTTP_RESPONSE_V1.
Membres
ResponseInfoCount
Nombre de structures HTTP_RESPONSE_INFO dans le tableau pointé par pResponseInfo.
Nombre d’éléments HTTP_RESPONSE_INFO dans le tableau pointé par pResponseInfo.
pResponseInfo
Pointeur vers un tableau de structures HTTP_RESPONSE_INFO contenant plus d’informations sur la requête.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | http.h |