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