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)
585HttpConnectionDispatcher.Log.EstablishedConnection(dispatcherLogger); 605HttpConnectionDispatcher.Log.ResumingConnection(dispatcherLogger); 641HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier); 651HttpConnectionDispatcher.Log.ConnectionDisposed(dispatcherLogger, ConnectionId);
Internal\HttpConnectionDispatcher.cs (1)
61_logger = _loggerFactory.CreateLogger<HttpConnectionDispatcher>();