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)
30
if (
_httpResponseFeature
!= null)
32
if (!
_httpResponseFeature
.HasStarted)
34
_httpResponseFeature
.Headers.Connection = "close";