4 references to IsFeatureSupported
Microsoft.AspNetCore.Server.HttpSys (4)
NativeInterop\HttpApi.cs (4)
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;