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