27 references to HubT
Microsoft.AspNetCore.SignalR.Tests (27)
HubConnectionHandlerTests.ClientResult.cs (7)
168
var connectionHandler = serviceProvider.GetService<HubConnectionHandler<
HubT
>>();
178
var context = serviceProvider.GetRequiredService<IHubContext<
HubT
, ITest>>();
202
var connectionHandler = serviceProvider.GetService<HubConnectionHandler<
HubT
>>();
210
nameof(
HubT
.GetClientResultTwoWays),
360
var connectionHandler = serviceProvider.GetService<HubConnectionHandler<
HubT
>>();
370
var context = serviceProvider.GetRequiredService<IHubContext<
HubT
, ITest>>();
392
var completion = await client.InvokeAsync(nameof(
HubT
.Echo), "test").DefaultTimeout();
HubConnectionHandlerTests.cs (20)
257
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
281
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
304
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory,
338
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
381
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
422
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
460
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
484
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), LoggerFactory,
485
services => services.AddSignalR().AddHubOptions<
HubT
>(o => o.MaximumReceiveMessageSize = maximumMessageSize));
513
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), LoggerFactory,
514
services => services.AddSignalR().AddHubOptions<
HubT
>(o => o.MaximumReceiveMessageSize = maximumMessageSize));
547
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), LoggerFactory,
548
services => services.AddSignalR().AddHubOptions<
HubT
>(o => o.MaximumReceiveMessageSize = maximumMessageSize));
598
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), LoggerFactory,
599
services => services.AddSignalR().AddHubOptions<
HubT
>(o => o.MaximumReceiveMessageSize = maximumMessageSize));
642
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
663
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
1973
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
), loggerFactory: LoggerFactory);
3898
var connectionHandler = HubConnectionHandlerTestUtils.GetHubConnectionHandler(typeof(
HubT
),
5394
yield return new[] { typeof(
HubT
) };