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)
636
connection.
HttpContext
= context;
770
connection.
HttpContext
= newHttpContext;
5 references to HttpContext
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionContext.cs (2)
217
HttpContext
?.Abort();
514
HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId,
HttpContext
!.TraceIdentifier);
Internal\HttpConnectionDispatcher.cs (3)
614
var existing = connection.
HttpContext
;
642
var newName = connection.
HttpContext
?.User.FindFirst(ClaimTypes.NameIdentifier)?.Value;
651
connection.User = connection.
HttpContext
?.User;