3 writes to ContentLength
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (1)
530
Headers.
ContentLength
= StringValues.Empty;
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1686
ContentLength
= value;
2090
ContentLength
= default;
8 references to ContentLength
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (1)
507
if (StringValues.IsNullOrEmpty(Headers.
ContentLength
)) { return; }
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
);