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