7 writes to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Response.cs (7)
47
_boundaryType
= BoundaryType.None;
439
_boundaryType
= BoundaryType.ContentLength;
453
_boundaryType
= BoundaryType.PassThrough;
461
_boundaryType
= BoundaryType.ContentLength;
466
_boundaryType
= BoundaryType.Chunked;
474
_boundaryType
= BoundaryType.Close;
677
_boundaryType
= BoundaryType.Close;
1 reference to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
227
get { return
_boundaryType
; }