8 references to HttpConnectionDispatcher
Microsoft.AspNetCore.Http.Connections (8)
ConnectionEndpointRouteBuilderExtensions.cs (2)
85var dispatcher = endpoints.ServiceProvider.GetRequiredService<HttpConnectionDispatcher>();
ConnectionsDependencyInjectionExtensions.cs (1)
26services.TryAddSingleton<HttpConnectionDispatcher>();
Internal\HttpConnectionContext.cs (4)
458HttpConnectionDispatcher.Log.EstablishedConnection(dispatcherLogger); 478HttpConnectionDispatcher.Log.ResumingConnection(dispatcherLogger); 514HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier); 524HttpConnectionDispatcher.Log.ConnectionDisposed(dispatcherLogger, ConnectionId);
Internal\HttpConnectionDispatcher.cs (1)
58_logger = _loggerFactory.CreateLogger<HttpConnectionDispatcher>();