6 references to BoundaryType
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\ResponseBody.cs (6)
186var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 336var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 468else if (_requestContext.Response.BoundaryType == BoundaryType.ContentLength) 478if (endOfRequest && _requestContext.Response.BoundaryType == BoundaryType.Close) 550else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.BoundaryType == BoundaryType.ContentLength 659var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked;