6 references to MaxConcurrentUpgradedConnections
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\KestrelServerImpl.cs (1)
87serverOptions.Limits.MaxConcurrentUpgradedConnections);
KestrelServerLimits.cs (5)
217/// <see cref="MaxConcurrentUpgradedConnections" /> limit instead of <see cref="MaxConcurrentConnections" />. 243/// <see cref="MaxConcurrentUpgradedConnections" /> limit instead of <see cref="MaxConcurrentConnections" />. 273writer.WritePropertyName(nameof(MaxConcurrentUpgradedConnections)); 274if (MaxConcurrentUpgradedConnections is null) 280writer.WriteNumberValue(MaxConcurrentUpgradedConnections.Value);