18 references to CustomHubActivator
Microsoft.AspNetCore.SignalR.Tests (18)
HubConnectionHandlerTests.cs (18)
3216
builder.AddSingleton(typeof(IHubActivator<>), typeof(
CustomHubActivator
<>));
3232
var
hubActivator = serviceProvider.GetService<IHubActivator<StreamingHub>>() as
CustomHubActivator
<StreamingHub>;
3251
builder.AddSingleton(typeof(IHubActivator<>), typeof(
CustomHubActivator
<>));
3267
var
hubActivator = serviceProvider.GetService<IHubActivator<StreamingHub>>() as
CustomHubActivator
<StreamingHub>;
3286
builder.AddSingleton(typeof(IHubActivator<>), typeof(
CustomHubActivator
<>));
3303
var
hubActivator = serviceProvider.GetService<IHubActivator<StreamingHub>>() as
CustomHubActivator
<StreamingHub>;
3505
builder.AddSingleton(typeof(IHubActivator<>), typeof(
CustomHubActivator
<>));
3532
var
hubActivator = serviceProvider.GetService<IHubActivator<LongRunningHub>>() as
CustomHubActivator
<LongRunningHub>;
4054
builder.AddSingleton(typeof(IHubActivator<>), typeof(
CustomHubActivator
<>));
4072
var
hubActivator = serviceProvider.GetService<IHubActivator<MethodHub>>() as
CustomHubActivator
<MethodHub>;
4092
builder.AddSingleton(typeof(IHubActivator<>), typeof(
CustomHubActivator
<>));
4100
var
hubActivator = serviceProvider.GetService<IHubActivator<MethodHub>>() as
CustomHubActivator
<MethodHub>;