7 writes to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Response.cs (7)
46_boundaryType = BoundaryType.None; 416_boundaryType = BoundaryType.ContentLength; 430_boundaryType = BoundaryType.PassThrough; 438_boundaryType = BoundaryType.ContentLength; 443_boundaryType = BoundaryType.Chunked; 451_boundaryType = BoundaryType.Close; 654_boundaryType = BoundaryType.Close;
1 reference to _boundaryType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
217get { return _boundaryType; }