2 writes to MaxRequestBodySize
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
357
MaxRequestBodySize
= ServerOptions.Limits.MaxRequestBodySize;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
218
MaxRequestBodySize
= value;
5 references to MaxRequestBodySize
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
246
var maxRequestBodySize = _context.
MaxRequestBodySize
;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
202
get =>
MaxRequestBodySize
;
Internal\Http\MessageBody.cs (1)
191
var maxRequestBodySize = _context.
MaxRequestBodySize
;
Internal\Http2\Http2MessageBody.cs (1)
36
var maxRequestBodySize = _context.
MaxRequestBodySize
;
Internal\Http3\Http3MessageBody.cs (1)
27
var maxRequestBodySize = _context.
MaxRequestBodySize
;