6 references to Chunked
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\Request.cs (2)
217_contentBoundaryType = BoundaryType.Chunked; 289|| _contentBoundaryType == BoundaryType.Chunked;
RequestProcessing\Response.cs (1)
450_boundaryType = BoundaryType.Chunked;
RequestProcessing\ResponseBody.cs (3)
193var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 343var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked; 666var chunked = _requestContext.Response.BoundaryType == BoundaryType.Chunked;