3 references to None
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (2)
45
_contentBoundaryType = BoundaryType.
None
;
212
if (_contentBoundaryType == BoundaryType.
None
)
RequestProcessing\Response.cs (1)
46
_boundaryType = BoundaryType.
None
;