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