2 writes to _MaxRequestLengthBytes
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
357
_MaxRequestLengthBytes
= -1;
765
_MaxRequestLengthBytes
= BytesFromKilobytes(MaxRequestLength);
2 references to _MaxRequestLengthBytes
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
764
if (
_MaxRequestLengthBytes
< 0) {
767
return
_MaxRequestLengthBytes
;