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)
215get { return _boundaryType; }