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