6 references to HTTP_FEATURE_ID
Microsoft.AspNetCore.Server.HttpSys (6)
NativeInterop\HttpApi.cs (5)
87
SupportsTrailers = IsFeatureSupported(
HTTP_FEATURE_ID
.HttpFeatureResponseTrailers);
88
SupportsDelegation = IsFeatureSupported(
HTTP_FEATURE_ID
.HttpFeatureDelegateEx);
89
SupportsClientHello = IsFeatureSupported((
HTTP_FEATURE_ID
)11 /* HTTP_FEATURE_ID.HttpFeatureCacheTlsClientHello */) && HttpGetRequestPropertySupported;
90
SupportsQueryTlsCipherInfo = IsFeatureSupported((
HTTP_FEATURE_ID
)15 /* HTTP_FEATURE_ID.HttpFeatureQueryCipherInfo */) && HttpGetRequestPropertySupported;
94
private static bool IsFeatureSupported(
HTTP_FEATURE_ID
feature)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (1)
409
internal static extern winmdroot.Foundation.BOOL HttpIsFeatureSupported(winmdroot.Networking.HttpServer.
HTTP_FEATURE_ID
FeatureId);