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