1 write to _maxRequestBodySizeFeature
BasicWebSite (1)
StartupRequestLimitSize.cs (1)
53
_maxRequestBodySizeFeature
= maxRequestBodySizeFeature;
8 references to _maxRequestBodySizeFeature
BasicWebSite (8)
StartupRequestLimitSize.cs (8)
76
if (
_maxRequestBodySizeFeature
.MaxRequestBodySize != null
77
&& _innerStream.CanSeek && _innerStream.Length >
_maxRequestBodySizeFeature
.MaxRequestBodySize)
85
if (
_maxRequestBodySizeFeature
.MaxRequestBodySize != null
86
&& _totalRead >
_maxRequestBodySizeFeature
.MaxRequestBodySize)
95
if (
_maxRequestBodySizeFeature
.MaxRequestBodySize != null
96
&& _innerStream.CanSeek && _innerStream.Length >
_maxRequestBodySizeFeature
.MaxRequestBodySize)
104
if (
_maxRequestBodySizeFeature
.MaxRequestBodySize != null
105
&& _totalRead >
_maxRequestBodySizeFeature
.MaxRequestBodySize)