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