Implemented interface member:
property
ContentRange
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentRange
2 writes to ContentRange
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1664
ContentRange
= value;
2048
ContentRange
= default;
7 references to ContentRange
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1183
return
ContentRange
.Count > 0;
1416
value =
ContentRange
;
2253
if (
ContentRange
.Count > 0)
2421
if (
ContentRange
.Count > 0)
2423
yield return
ContentRange
;
2589
if (
ContentRange
.Count > 0)
2591
yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentRange,
ContentRange
);