3 overrides of HeaderConnection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (2)
388public override StringValues HeaderConnection 8698public override StringValues HeaderConnection
Internal\Http\HttpResponseTrailers.cs (1)
47public override StringValues HeaderConnection { get => throw new NotSupportedException(); set => throw new NotSupportedException(); }
3 writes to HeaderConnection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.cs (3)
484headers.HeaderConnection = ConnectionValueUpgrade; 488headers.HeaderConnection = ConnectionValueKeepAlive; 492headers.HeaderConnection = ConnectionValueClose;
1 reference to HeaderConnection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.cs (1)
331var connection = headers.HeaderConnection;