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