2 writes to BufferBodyLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
13
BufferBodyLengthLimit
= BufferBodyLengthLimit ?? baseFormOptions.BufferBodyLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
74
set => FormOptions.
BufferBodyLengthLimit
= value;
4 references to BufferBodyLengthLimit
Microsoft.AspNetCore.Http (3)
Features\FormFeature.cs (1)
201
_request.EnableRewind(_options.MemoryBufferThreshold, _options.
BufferBodyLengthLimit
);
Features\FormOptions.cs (1)
22
/// Default value for <see cref="
BufferBodyLengthLimit
"/>.
Internal\MutableFormOptionsMetadata.cs (1)
13
BufferBodyLengthLimit = BufferBodyLengthLimit ?? baseFormOptions.
BufferBodyLengthLimit
,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
73
get => FormOptions.
BufferBodyLengthLimit
;