6 references to MaxConcurrentUpgradedConnections
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\KestrelServerImpl.cs (1)
87
serverOptions.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" />.
273
writer.WritePropertyName(nameof(
MaxConcurrentUpgradedConnections
));
274
if (
MaxConcurrentUpgradedConnections
is null)
280
writer.WriteNumberValue(
MaxConcurrentUpgradedConnections
.Value);