4 references to AdvancedHttp2FeaturesSupported
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpContext.cs (1)
575
if (
AdvancedHttp2FeaturesSupported
())
Core\IISHttpContext.FeatureCollection.cs (2)
461
return
AdvancedHttp2FeaturesSupported
() ? this : null;
479
return
AdvancedHttp2FeaturesSupported
() ? this : null;
Core\IISHttpContextOfT.cs (1)
72
if (!success && HasResponseStarted &&
AdvancedHttp2FeaturesSupported
())