6 references to BoundaryType
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\ResponseBody.cs (6)
193var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 343var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 475else if (_requestContext.Response.BoundaryType == BoundaryType.ContentLength) 485if (endOfRequest && _requestContext.Response.BoundaryType == BoundaryType.Close) 557else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.BoundaryType == BoundaryType.ContentLength 666var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked;