7 writes to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Response.cs (7)
46
_boundaryType
= BoundaryType.None;
423
_boundaryType
= BoundaryType.ContentLength;
437
_boundaryType
= BoundaryType.PassThrough;
445
_boundaryType
= BoundaryType.ContentLength;
450
_boundaryType
= BoundaryType.Chunked;
458
_boundaryType
= BoundaryType.Close;
661
_boundaryType
= BoundaryType.Close;
1 reference to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
217
get { return
_boundaryType
; }