2 references to UseConnectionHandler
Microsoft.AspNetCore.Http.Connections (1)
ConnectionEndpointRouteBuilderExtensions.cs (1)
59
b.
UseConnectionHandler
<TConnectionHandler>();
Microsoft.AspNetCore.SignalR.Core (1)
SignalRConnectionBuilderExtensions.cs (1)
30
return connectionBuilder.
UseConnectionHandler
<HubConnectionHandler<THub>>();