3 references to Close
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (2)
458
_boundaryType = BoundaryType.
Close
;
661
_boundaryType = BoundaryType.
Close
;
RequestProcessing\ResponseBody.cs (1)
485
if (endOfRequest && _requestContext.Response.BoundaryType == BoundaryType.
Close
)