1 write to _httpResponseFeature
Microsoft.AspNetCore.Http (1)
Features\DefaultConnectionLifetimeNotificationFeature.cs (1)
21_httpResponseFeature = httpResponseFeature;
3 references to _httpResponseFeature
Microsoft.AspNetCore.Http (3)
Features\DefaultConnectionLifetimeNotificationFeature.cs (3)
30if (_httpResponseFeature != null) 32if (!_httpResponseFeature.HasStarted) 34_httpResponseFeature.Headers.Connection = "close";