8 references to HttpConnectionDispatcher
Microsoft.AspNetCore.Http.Connections (8)
ConnectionEndpointRouteBuilderExtensions.cs (2)
87var dispatcher = endpoints.ServiceProvider.GetRequiredService<HttpConnectionDispatcher>();
ConnectionsDependencyInjectionExtensions.cs (1)
26services.TryAddSingleton<HttpConnectionDispatcher>();
Internal\HttpConnectionContext.cs (4)
828HttpConnectionDispatcher.Log.EstablishedConnection(dispatcherLogger); 848HttpConnectionDispatcher.Log.ResumingConnection(dispatcherLogger); 884HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier); 894HttpConnectionDispatcher.Log.ConnectionDisposed(dispatcherLogger, ConnectionId);
Internal\HttpConnectionDispatcher.cs (1)
61_logger = _loggerFactory.CreateLogger<HttpConnectionDispatcher>();