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