1 instantiation of TlsEventPumpPool
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsTransportFactory.cs (1)
149
var pumpPool = new
TlsEventPumpPool
(workerCount, _loggerFactory, endpointOptions.HandshakeTimeout);
3 references to TlsEventPumpPool
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
Connection\DirectTlsConnectionListener.cs (2)
31
private readonly
TlsEventPumpPool
_pumpPool;
59
TlsEventPumpPool
pumpPool,
DirectTlsTransportFactory.cs (1)
149
var
pumpPool = new TlsEventPumpPool(workerCount, _loggerFactory, endpointOptions.HandshakeTimeout);