3 implementations of Connection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
624StringValues IHeaderDictionary.Connection 8813StringValues IHeaderDictionary.Connection 15960StringValues IHeaderDictionary.Connection
4 writes to Connection
Microsoft.AspNetCore.Http (1)
Features\DefaultConnectionLifetimeNotificationFeature.cs (1)
34_httpResponseFeature.Headers.Connection = "close";
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
285ResponseHeaders.Connection = HeaderNames.Upgrade;
Microsoft.AspNetCore.WebSockets (2)
HandshakeHelpers.cs (1)
24responseHeaders.Connection = HeaderNames.Upgrade;
WebSocketMiddleware.cs (1)
269requestHeaders.Connection = HeaderNames.Upgrade;