Implemented interface member:
property
HttpContext
Microsoft.AspNetCore.Http.Connections.Features.IHttpContextFeature.HttpContext
2 writes to HttpContext
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
636connection.HttpContext = context; 770connection.HttpContext = newHttpContext;
5 references to HttpContext
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionContext.cs (2)
217HttpContext?.Abort(); 514HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier);
Internal\HttpConnectionDispatcher.cs (3)
614var existing = connection.HttpContext; 642var newName = connection.HttpContext?.User.FindFirst(ClaimTypes.NameIdentifier)?.Value; 651connection.User = connection.HttpContext?.User;