1 implementation of HttpContext
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
207
public HttpContext?
HttpContext
{ get; set; }
3 references to HttpContext
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionContextExtensions.cs (1)
25
return connection.Features.Get<IHttpContextFeature>()?.
HttpContext
;
Microsoft.AspNetCore.SignalR (2)
GetHttpContextExtensions.cs (2)
22
return connection.Features.Get<IHttpContextFeature>()?.
HttpContext
;
33
return connection.Features.Get<IHttpContextFeature>()?.
HttpContext
;