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) 483if (endOfRequest && _requestContext.Response.BoundaryType == BoundaryType.Close) 555else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.BoundaryType == BoundaryType.ContentLength 664var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked;