1 instantiation of HubMetadata
Microsoft.AspNetCore.SignalR (1)
HubEndpointRouteBuilderExtensions.cs (1)
68e.Metadata.Add(new HubMetadata(typeof(THub)));
2 references to HubMetadata
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
90if (metadata is HubMetadata)
Microsoft.AspNetCore.SignalR.Core (1)
HubMetadata.cs (1)
12/// Constructs the <see cref="HubMetadata"/> of the given <see cref="Hub"/> type.