3 references to ForwardLimit
Microsoft.AspNetCore.HttpOverrides (3)
ForwardedHeadersMiddleware.cs (3)
178
if (_options.
ForwardLimit
.HasValue && entryCount > _options.
ForwardLimit
)
180
entryCount = _options.
ForwardLimit
.Value;