2 references to MaxAccepts
Microsoft.AspNetCore.Server.HttpSys (2)
HttpSysOptions.cs (1)
240
/// However, this will limit parallel request processing to <see cref="
MaxAccepts
"/>. This setting can make
MessagePump.cs (1)
60
_maxAccepts = _options.
MaxAccepts
;