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