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