3 references to HubInvocationContext
Microsoft.AspNetCore.SignalR.Core (2)
HubInvocationContext.cs (1)
34: this(context, serviceProvider, hub, objectMethodExecutor.MethodInfo, hubMethodArguments)
Internal\DefaultHubDispatcher.cs (1)
673return IsHubMethodAuthorizedSlow(provider, hubConnectionContext.User, descriptor.Policies, new HubInvocationContext(hubConnectionContext.HubCallerContext, provider, hub, descriptor.MethodExecutor.MethodInfo, hubMethodArguments));
Microsoft.AspNetCore.SignalR.Tests (1)
TestFilters.cs (1)
232var context = new HubInvocationContext(invocationContext.Context, invocationContext.ServiceProvider, invocationContext.Hub, methodInfo, invocationContext.HubMethodArguments);