HttpIsFeatureSupported function (http.h)

Checks whether a particular feature is supported.

Syntax

BOOL HttpIsFeatureSupported(
  HTTP_FEATURE_ID FeatureId
);

Parameters

FeatureId

Type: _In_ HTTP_FEATURE_ID

The identifier of the feature.

Return value

TRUE if the feature is supported, otherwise FALSE.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header http.h