1 instantiation of HubEndpointConventionBuilder
Microsoft.AspNetCore.SignalR (1)
HubEndpointRouteBuilderExtensions.cs (1)
71
return new
HubEndpointConventionBuilder
(conventionBuilder);
5 references to HubEndpointConventionBuilder
Microsoft.AspNetCore.Components.Server (1)
Builder\ComponentEndpointRouteBuilderExtensions.cs (1)
76
var
hubEndpoint = endpoints.MapHub<ComponentHub>(path, configureOptions);
Microsoft.AspNetCore.SignalR (4)
HubEndpointRouteBuilderExtensions.cs (4)
25
/// <returns>An <see cref="
HubEndpointConventionBuilder
"/> for endpoints associated with the connections.</returns>
26
public static
HubEndpointConventionBuilder
MapHub<[DynamicallyAccessedMembers(HubAccessibility)] THub>(this IEndpointRouteBuilder endpoints, [StringSyntax("Route")] string pattern) where THub : Hub
38
/// <returns>An <see cref="
HubEndpointConventionBuilder
"/> for endpoints associated with the connections.</returns>
39
public static
HubEndpointConventionBuilder
MapHub<[DynamicallyAccessedMembers(HubAccessibility)] THub>(this IEndpointRouteBuilder endpoints, [StringSyntax("Route")] string pattern, Action<HttpConnectionDispatcherOptions>? configureOptions) where THub : Hub