6 references to BoundaryType
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\ResponseBody.cs (6)
186
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;
336
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;
468
else if (_requestContext.Response.
BoundaryType
== BoundaryType.ContentLength)
478
if (endOfRequest && _requestContext.Response.
BoundaryType
== BoundaryType.Close)
550
else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.
BoundaryType
== BoundaryType.ContentLength
659
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;