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