3 overrides of HeaderConnection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (2)
388
public override StringValues
HeaderConnection
8698
public override StringValues
HeaderConnection
Internal\Http\HttpResponseTrailers.cs (1)
47
public 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)
484
headers.
HeaderConnection
= ConnectionValueUpgrade;
488
headers.
HeaderConnection
= ConnectionValueKeepAlive;
492
headers.
HeaderConnection
= ConnectionValueClose;
1 reference to HeaderConnection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.cs (1)
331
var connection = headers.
HeaderConnection
;