1 instantiation of TransportConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
100
var transportConnectionManager = new
TransportConnectionManager
(_serviceContext.ConnectionManager);
10 references to TransportConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\ConnectionDispatcher.cs (2)
14
private readonly
TransportConnectionManager
_transportConnectionManager;
17
public ConnectionDispatcher(ServiceContext serviceContext, Func<T, Task> connectionDelegate,
TransportConnectionManager
transportConnectionManager)
Internal\Infrastructure\ConnectionReference.cs (2)
12
private readonly
TransportConnectionManager
_transportConnectionManager;
14
public ConnectionReference(long id, KestrelConnection connection,
TransportConnectionManager
transportConnectionManager)
Internal\Infrastructure\KestrelConnection.cs (2)
22
protected readonly
TransportConnectionManager
_transportConnectionManager;
26
TransportConnectionManager
transportConnectionManager,
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
18
TransportConnectionManager
transportConnectionManager,
Internal\Infrastructure\TransportManager.cs (3)
100
var
transportConnectionManager = new TransportConnectionManager(_serviceContext.ConnectionManager);
171
public ActiveTransport(IConnectionListenerBase transport, Task acceptLoopTask,
TransportConnectionManager
transportConnectionManager, EndpointConfig? endpointConfig = null)
181
public
TransportConnectionManager
TransportConnectionManager { get; }