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)
87SupportsTrailers = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureResponseTrailers); 88SupportsDelegation = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureDelegateEx); 89SupportsClientHello = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureCacheTlsClientHello) && HttpGetRequestPropertySupported; 90SupportsQueryTlsCipherInfo = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureQueryCipherInfo) && HttpGetRequestPropertySupported; 94private static bool IsFeatureSupported(HTTP_FEATURE_ID feature)