1 implementation of Create
Microsoft.AspNetCore.Hosting (1)
Http\DefaultHttpContextFactory.cs (1)
44public HttpContext Create(IFeatureCollection featureCollection)
1 reference to Create
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
85httpContext = _httpContextFactory!.Create(contextFeatures);