2 writes to BufferBody
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
11BufferBody = BufferBody ?? baseFormOptions.BufferBody,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
49set => FormOptions.BufferBody = value;
5 references to BufferBody
Microsoft.AspNetCore.Http (4)
Features\FormFeature.cs (1)
199if (_options.BufferBody)
Features\FormOptions.cs (2)
46/// If <see cref="BufferBody"/> is enabled, this many bytes of the body will be buffered in memory. 54/// If <see cref="BufferBody"/> is enabled, this is the limit for the total number of bytes that will
Internal\MutableFormOptionsMetadata.cs (1)
11BufferBody = BufferBody ?? baseFormOptions.BufferBody,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
48get => FormOptions.BufferBody;