2 references to ConnectionDispatcher
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
100
var connectionDispatcher = new
ConnectionDispatcher
<T>(_serviceContext, connectionDelegate, transportConnectionManager);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ConnectionDispatcherTests.cs (1)
62
var dispatcher = new
ConnectionDispatcher
<ConnectionContext>(serviceContext, _ => Task.CompletedTask, new TransportConnectionManager(serviceContext.ConnectionManager));