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