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)
193
var chunked = _requestContext.Response.BoundaryType == BoundaryType.
Chunked
;
343
var chunked = _requestContext.Response.BoundaryType == BoundaryType.
Chunked
;
666
var chunked = _requestContext.Response.BoundaryType == BoundaryType.
Chunked
;