7 writes to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Response.cs (7)
47
_boundaryType
= BoundaryType.None;
424
_boundaryType
= BoundaryType.ContentLength;
438
_boundaryType
= BoundaryType.PassThrough;
446
_boundaryType
= BoundaryType.ContentLength;
451
_boundaryType
= BoundaryType.Chunked;
459
_boundaryType
= BoundaryType.Close;
662
_boundaryType
= BoundaryType.Close;
1 reference to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
218
get { return
_boundaryType
; }