1 implementation of IHttpContextFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
29IHttpContextFeature,
4 references to IHttpContextFeature
Microsoft.AspNetCore.Http.Connections (2)
HttpConnectionContextExtensions.cs (1)
25return connection.Features.Get<IHttpContextFeature>()?.HttpContext;
Internal\HttpConnectionContext.cs (1)
95Features.Set<IHttpContextFeature>(this);
Microsoft.AspNetCore.SignalR (2)
GetHttpContextExtensions.cs (2)
22return connection.Features.Get<IHttpContextFeature>()?.HttpContext; 33return connection.Features.Get<IHttpContextFeature>()?.HttpContext;