6 references to Chunked
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\Request.cs (2)
223_contentBoundaryType = BoundaryType.Chunked; 292|| _contentBoundaryType == BoundaryType.Chunked;
RequestProcessing\Response.cs (1)
466_boundaryType = BoundaryType.Chunked;
RequestProcessing\ResponseBody.cs (3)
186var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 336var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 664var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked;