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