1 instantiation of ConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
82
var connectionManager = new
ConnectionManager
(
5 references to ConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\TransportConnectionManager.cs (2)
13
private readonly
ConnectionManager
_connectionManager;
16
public TransportConnectionManager(
ConnectionManager
connectionManager)
Internal\Infrastructure\TransportManager.cs (1)
33
private
ConnectionManager
ConnectionManager => _serviceContext.ConnectionManager;
Internal\KestrelServerImpl.cs (1)
82
var
connectionManager = new ConnectionManager(
Internal\ServiceContext.cs (1)
28
public
ConnectionManager
ConnectionManager { get; set; } = default!;