DefaultHttpContextFactory Klasse

Definition

Eine Factory zum Erstellen von HttpContext Instanzen.

public ref class DefaultHttpContextFactory : Microsoft::AspNetCore::Http::IHttpContextFactory
public class DefaultHttpContextFactory : Microsoft.AspNetCore.Http.IHttpContextFactory
type DefaultHttpContextFactory = class
    interface IHttpContextFactory
Public Class DefaultHttpContextFactory
Implements IHttpContextFactory
Vererbung
DefaultHttpContextFactory
Implementiert

Konstruktoren

DefaultHttpContextFactory(IServiceProvider)

Erstellt eine Factory zum Erstellen von HttpContext Instanzen.

Methoden

Create(IFeatureCollection)

Erstellen Sie eine HttpContext instance mit einem featureCollection.

Dispose(HttpContext)

Löscht die aktuelle HttpContext.

Gilt für: