2 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));