3 implementations of Connection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
624
StringValues IHeaderDictionary.
Connection
8813
StringValues IHeaderDictionary.
Connection
15960
StringValues 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)
285
ResponseHeaders.
Connection
= HeaderNames.Upgrade;
Microsoft.AspNetCore.WebSockets (2)
HandshakeHelpers.cs (1)
24
responseHeaders.
Connection
= HeaderNames.Upgrade;
WebSocketMiddleware.cs (1)
269
requestHeaders.
Connection
= HeaderNames.Upgrade;