2 implementations of User
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
78public ClaimsPrincipal? User { get; set; }
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
166public ClaimsPrincipal? User { get; set; }
1 reference to User
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
139_user = Features.Get<IConnectionUserFeature>()?.User ?? new ClaimsPrincipal();