Implemented interface member:
property
KeepAlive
Microsoft.AspNetCore.Http.IHeaderDictionary.KeepAlive
2 writes to KeepAlive
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1623
KeepAlive
= value;
1972
KeepAlive
= default;
7 references to KeepAlive
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1149
return
KeepAlive
.Count > 0;
1375
value =
KeepAlive
;
2305
if (
KeepAlive
.Count > 0)
2473
if (
KeepAlive
.Count > 0)
2475
yield return
KeepAlive
;
2641
if (
KeepAlive
.Count > 0)
2643
yield return new KeyValuePair<string, StringValues>(HeaderNames.KeepAlive,
KeepAlive
);