HTTP_RESPONSE_INFO_TYPE enumeration (http.h)

The HTTP_RESPONSE_INFO_TYPE enumeration defines the type of information contained in the HTTP_RESPONSE_INFO structure.

This enumeration is used in the HTTP_RESPONSE_INFO structure.

Syntax

typedef enum _HTTP_RESPONSE_INFO_TYPE {
  HttpResponseInfoTypeMultipleKnownHeaders,
  HttpResponseInfoTypeAuthenticationProperty,
  HttpResponseInfoTypeQoSProperty,
  HttpResponseInfoTypeChannelBind
} HTTP_RESPONSE_INFO_TYPE, *PHTTP_RESPONSE_INFO_TYPE;

Constants

 
HttpResponseInfoTypeMultipleKnownHeaders
The response information type is authentication.

The pInfo member of the HTTP_RESPONSE_INFO structure points to a HTTP_MULTIPLE_KNOWN_HEADERS structure.
HttpResponseInfoTypeAuthenticationProperty
Reserved for future use.
HttpResponseInfoTypeQoSProperty
Pointer to an HTTP_QOS_SETTING_INFO structure that contains information about a QOS setting.
HttpResponseInfoTypeChannelBind
Pointer to an HTTP_CHANNEL_BIND_INFO structure that contains information on the channel binding token.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h

See also

HTTP Server API Version 2.0 Enumeration Types

HTTP_RESPONSE_INFO