1 write to _user
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
139_user = Features.Get<IConnectionUserFeature>()?.User ?? new ClaimsPrincipal();
2 references to _user
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (2)
137if (_user is null) 141return _user;