3 references to HttpRawUploadedContent
System.Web (3)
HttpBufferlessInputStream.cs (1)
51
_rawContent = new
HttpRawUploadedContent
(_fileThreshold, _context.Request.ContentLength);
HttpRequest.cs (2)
988
HttpRawUploadedContent rawContent = new
HttpRawUploadedContent
(fileThreshold, ContentLength);
1055
HttpRawUploadedContent filteredRawContent = new
HttpRawUploadedContent
(fileThreshold, rawContent.Length);