2 writes to ContentLength
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1686
ContentLength
= value;
2090
ContentLength
= default;
7 references to ContentLength
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1201
return
ContentLength
.Count > 0;
1438
value =
ContentLength
;
2241
if (
ContentLength
.Count > 0)
2409
if (
ContentLength
.Count > 0)
2411
yield return
ContentLength
;
2577
if (
ContentLength
.Count > 0)
2579
yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLength,
ContentLength
);