2 writes to _rawContent
System.Web (2)
HttpRequest.cs (2)
217_rawContent = rawContent; 955ApplyFilter(ref _rawContent, RuntimeConfig.GetConfig(_context).HttpRuntime.RequestLengthDiskThresholdBytes);
6 references to _rawContent
System.Web (6)
HttpRequest.cs (6)
220internal byte[] EntityBody { get { return NeedToInsertEntityBody ? _rawContent.GetAsByteArray() : null; } } 291if (_rawContent != null) 292_rawContent.Dispose(); // remove temp file with uploaded content 952if (_rawContent != null) { 957return _rawContent; 1044return _rawContent;