2 references to ConnectionClose
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
578
if (string.Equals(
ConnectionClose
, HttpResponseHeaders[HeaderNames.Connection], StringComparison.OrdinalIgnoreCase))
Core\IISHttpContext.FeatureCollection.cs (1)
515
ResponseHeaders.Connection =
ConnectionClose
;