HTTP_SERVICE_CONFIG_CACHE_KEY enumeration (http.h)

Used in the HttpSetServiceConfiguration and HttpQueryServiceConfiguration functions.

Syntax

typedef enum _HTTP_SERVICE_CONFIG_CACHE_KEY {
  MaxCacheResponseSize = 0,
  CacheRangeChunkSize
} HTTP_SERVICE_CONFIG_CACHE_KEY, *PHTTP_SERVICE_CONFIG_CACHE_KEY;

Constants

 
MaxCacheResponseSize
Value: 0
The maximum cache size for the response.
CacheRangeChunkSize
The chunk size.

Requirements

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

See also

HTTP Server API Version 2.0 Enumeration Types