6 references to BoundaryType
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\ResponseBody.cs (6)
193
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;
343
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;
475
else if (_requestContext.Response.
BoundaryType
== BoundaryType.ContentLength)
485
if (endOfRequest && _requestContext.Response.
BoundaryType
== BoundaryType.Close)
557
else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.
BoundaryType
== BoundaryType.ContentLength
666
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;