7 writes to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Response.cs (7)
47
_boundaryType
= BoundaryType.None;
421
_boundaryType
= BoundaryType.ContentLength;
435
_boundaryType
= BoundaryType.PassThrough;
443
_boundaryType
= BoundaryType.ContentLength;
448
_boundaryType
= BoundaryType.Chunked;
456
_boundaryType
= BoundaryType.Close;
659
_boundaryType
= BoundaryType.Close;
1 reference to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
215
get { return
_boundaryType
; }