7 references to ComponentHub
Microsoft.AspNetCore.Components.Server (7)
Builder\ComponentEndpointRouteBuilderExtensions.cs (3)
28return endpoints.MapBlazorHub(ComponentHub.DefaultPath); 60return endpoints.MapBlazorHub(ComponentHub.DefaultPath, configureOptions); 79var hubEndpoint = endpoints.MapHub<ComponentHub>(path, configureOptions);
Circuits\RemoteJSRuntime.cs (1)
42IOptions<HubOptions<ComponentHub>> componentHubOptions,
ComponentHub.cs (1)
54ILogger<ComponentHub> logger)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
51services.AddSignalR().AddHubOptions<ComponentHub>(options =>
DependencyInjection\ServerSideBlazorBuilderExtensions.cs (1)
41builder.Services.Configure<HubOptions<ComponentHub>>(configure);