Implemented interface member:
property
MaxForwards
Microsoft.AspNetCore.Http.IHeaderDictionary.MaxForwards
2 writes to MaxForwards
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1647
MaxForwards
= value;
2016
MaxForwards
= default;
7 references to MaxForwards
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1169
return
MaxForwards
.Count > 0;
1399
value =
MaxForwards
;
2313
if (
MaxForwards
.Count > 0)
2481
if (
MaxForwards
.Count > 0)
2483
yield return
MaxForwards
;
2649
if (
MaxForwards
.Count > 0)
2651
yield return new KeyValuePair<string, StringValues>(HeaderNames.MaxForwards,
MaxForwards
);