2 instantiations of 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);
7 references to ConnectionTracker
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (7)
Connection\DirectTlsConnectionListener.cs (1)
45
private readonly
ConnectionTracker
_connectionTracker;
ConnectionTracker.cs (1)
31
public static readonly
ConnectionTracker
Unlimited = new(maxHandshakes: null);
TlsEventPump.cs (4)
106
private
ConnectionTracker
_connectionTracker =
ConnectionTracker
.Unlimited;
182
ConnectionTracker
? connectionTracker = null)
196
_connectionTracker = connectionTracker ??
ConnectionTracker
.Unlimited;
TlsEventPumpPool.cs (1)
60
ConnectionTracker
? connectionTracker = null)