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