1 write to InvokeAllowed
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
660
hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit) {
InvokeAllowed
= invokeAllowed };
2 references to InvokeAllowed
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubCallerClients.cs (2)
31
if (!
InvokeAllowed
)
51
if (!
InvokeAllowed
)