7 writes to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Response.cs (7)
47_boundaryType = BoundaryType.None; 439_boundaryType = BoundaryType.ContentLength; 453_boundaryType = BoundaryType.PassThrough; 461_boundaryType = BoundaryType.ContentLength; 466_boundaryType = BoundaryType.Chunked; 474_boundaryType = BoundaryType.Close; 677_boundaryType = BoundaryType.Close;
1 reference to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
227get { return _boundaryType; }