1 write to _maxConcurrentConnections
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerLimits.cs (1)
229
_maxConcurrentConnections
= value;
1 reference to _maxConcurrentConnections
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerLimits.cs (1)
222
get =>
_maxConcurrentConnections
;