IHttpContextFactory Interface¶
- Namespace
Microsoft.AspNetCore.Http- Assemblies
- Microsoft.AspNetCore.Http.Abstractions
Syntax¶
public interface IHttpContextFactory
-
interface
Microsoft.AspNetCore.Http.IHttpContextFactory
Methods¶
-
Create(Microsoft.AspNetCore.Http.Features.IFeatureCollection)¶ Return type: Microsoft.AspNetCore.Http.HttpContext HttpContext Create(IFeatureCollection featureCollection)
-
Dispose(Microsoft.AspNetCore.Http.HttpContext)¶ void Dispose(HttpContext httpContext)
-