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