3 references to ContentLength
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (2)
289
return (
ContentLength
.HasValue &&
ContentLength
.Value > 0 && _contentBoundaryType == BoundaryType.ContentLength)
RequestProcessing\RequestStream.cs (1)
323
var contentLength = RequestContext.Request.
ContentLength
;