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