6 references to ContentLength
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\Request.cs (2)
226
_contentBoundaryType = BoundaryType.
ContentLength
;
289
return (ContentLength.HasValue && ContentLength.Value > 0 && _contentBoundaryType == BoundaryType.
ContentLength
)
RequestProcessing\Response.cs (2)
423
_boundaryType = BoundaryType.
ContentLength
;
445
_boundaryType = BoundaryType.
ContentLength
;
RequestProcessing\ResponseBody.cs (2)
475
else if (_requestContext.Response.BoundaryType == BoundaryType.
ContentLength
)
557
else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.BoundaryType == BoundaryType.
ContentLength