6 references to HTTP_FEATURE_ID
Microsoft.AspNetCore.Server.HttpSys (6)
NativeInterop\HttpApi.cs (5)
87SupportsTrailers = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureResponseTrailers); 88SupportsDelegation = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureDelegateEx); 89SupportsClientHello = IsFeatureSupported((HTTP_FEATURE_ID)11 /* HTTP_FEATURE_ID.HttpFeatureCacheTlsClientHello */) && HttpGetRequestPropertySupported; 90SupportsQueryTlsCipherInfo = IsFeatureSupported((HTTP_FEATURE_ID)15 /* HTTP_FEATURE_ID.HttpFeatureQueryCipherInfo */) && HttpGetRequestPropertySupported; 94private 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);