Implemented interface member:
property
User
Microsoft.AspNetCore.Connections.Features.IConnectionUserFeature.User
1 write to User
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
651
connection.
User
= connection.HttpContext?.User;
4 references to User
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (2)
280
if (TransportType == HttpTransportType.LongPolling &&
User
?.Identity is WindowsIdentity)
282
foreach (var identity in
User
.Identities)
Internal\HttpConnectionDispatcher.cs (2)
639
if (connection.
User
is not null)
641
var originalName = connection.
User
.FindFirst(ClaimTypes.NameIdentifier)?.Value;