6 references to HTTP_FEATURE_ID
Microsoft.AspNetCore.Server.HttpSys (6)
_generated\77\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (1)
376 internal static extern winmdroot.Foundation.BOOL HttpIsFeatureSupported(winmdroot.Networking.HttpServer.HTTP_FEATURE_ID FeatureId);
NativeInterop\HttpApi.cs (5)
89SupportsTrailers = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureResponseTrailers); 90SupportsDelegation = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureDelegateEx); 91SupportsClientHello = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureCacheTlsClientHello) && HttpGetRequestPropertySupported; 92SupportsQueryTlsCipherInfo = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureQueryCipherInfo) && HttpGetRequestPropertySupported; 96private static bool IsFeatureSupported(HTTP_FEATURE_ID feature)