1 write to _expectedLength
System.Web (1)
HttpInputStream.cs (1)
45
_expectedLength
= expectedLength;
3 references to _expectedLength
System.Web (3)
HttpInputStream.cs (3)
47
if (
_expectedLength
>= 0 &&
_expectedLength
< _fileThreshold)
48
_data = new byte[
_expectedLength
];