1 write to _filterType
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubFilterFactory.cs (1)
19
_filterType
= filterType;
1 reference to _filterType
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubFilterFactory.cs (1)
89
var filter = (IHubFilter?)serviceProvider.GetService(
_filterType
);