2 references to ConnectionTracker
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Connection\DirectTlsConnectionListener.cs (1)
89_connectionTracker = new ConnectionTracker(options.MaxConcurrentHandshakes);
ConnectionTracker.cs (1)
31public static readonly ConnectionTracker Unlimited = new(maxHandshakes: null);