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)
483
if (endOfRequest && _requestContext.Response.
BoundaryType
== BoundaryType.Close)
555
else if (_requestContext.Response.HasComputedHeaders && _requestContext.Response.
BoundaryType
== BoundaryType.ContentLength
664
var chunked = _requestContext.Response.
BoundaryType
== BoundaryType.Chunked;