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)
137
if (
_user
is null)
141
return
_user
;