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