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)
1623KeepAlive = value; 1972KeepAlive = default;
7 references to KeepAlive
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1149return KeepAlive.Count > 0; 1375value = KeepAlive; 2305if (KeepAlive.Count > 0) 2473if (KeepAlive.Count > 0) 2475yield return KeepAlive; 2641if (KeepAlive.Count > 0) 2643yield return new KeyValuePair<string, StringValues>(HeaderNames.KeepAlive, KeepAlive);