6 references to Chunked
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\Request.cs (2)
219
_contentBoundaryType = BoundaryType.
Chunked
;
288
|| _contentBoundaryType == BoundaryType.
Chunked
;
RequestProcessing\Response.cs (1)
448
_boundaryType = BoundaryType.
Chunked
;
RequestProcessing\ResponseBody.cs (3)
186
var chunked = _requestContext.Response.BoundaryType == BoundaryType.
Chunked
;
336
var chunked = _requestContext.Response.BoundaryType == BoundaryType.
Chunked
;
659
var chunked = _requestContext.Response.BoundaryType == BoundaryType.
Chunked
;