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)
222get => _maxConcurrentConnections;