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