HttpIsFeatureSupported function (http.h)
Checks whether a particular feature is supported.
C++
BOOL HttpIsFeatureSupported(
HTTP_FEATURE_ID FeatureId
);
FeatureId
Type: _In_ HTTP_FEATURE_ID
The identifier of the feature.
TRUE
if the feature is supported, otherwise FALSE
.
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | http.h |