1 write to HubCallerContext
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
90HubCallerContext = new DefaultHubCallerContext(this);
5 references to HubCallerContext
Microsoft.AspNetCore.SignalR.Core (5)
Internal\DefaultHubDispatcher.cs (5)
91var context = new HubLifetimeContext(connection.HubCallerContext, scope.ServiceProvider, hub); 126var context = new HubLifetimeContext(connection.HubCallerContext, scope.ServiceProvider, hub); 578var invocationContext = new HubInvocationContext(methodExecutor, connection.HubCallerContext, serviceProvider, hub, arguments); 629hub.Context = connection.HubCallerContext; 641return IsHubMethodAuthorizedSlow(provider, hubConnectionContext.User, descriptor.Policies, new HubInvocationContext(hubConnectionContext.HubCallerContext, provider, hub, descriptor.MethodExecutor.MethodInfo, hubMethodArguments));