HttpContextFactory Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This is obsolete and will be removed in a future version. Use DefaultHttpContextFactory instead.
Stellt Methoden dar, die zum Erstellen eines HTTP-Kontextobjekts verwendet werden.
public ref class HttpContextFactory : Microsoft::AspNetCore::Http::IHttpContextFactory
public class HttpContextFactory : Microsoft.AspNetCore.Http.IHttpContextFactory
[System.Obsolete("This is obsolete and will be removed in a future version. Use DefaultHttpContextFactory instead.")]
public class HttpContextFactory : Microsoft.AspNetCore.Http.IHttpContextFactory
type HttpContextFactory = class
interface IHttpContextFactory
[<System.Obsolete("This is obsolete and will be removed in a future version. Use DefaultHttpContextFactory instead.")>]
type HttpContextFactory = class
interface IHttpContextFactory
Public Class HttpContextFactory
Implements IHttpContextFactory
- Vererbung
-
HttpContextFactory
- Attribute
- Implementiert
Konstruktoren
HttpContextFactory(IOptions<FormOptions>) |
Veraltet.
Initialisiert eine neue instance der HttpContext-Klasse mit übergebenen Optionen. |
HttpContextFactory(IOptions<FormOptions>, IHttpContextAccessor) |
Veraltet.
Initialisiert eine neue instance der DefaultHttpContext-Klasse mit übergebenen Optionen. |
HttpContextFactory(IOptions<FormOptions>, IServiceScopeFactory) |
Veraltet.
Initialisiert eine neue instance der DefaultHttpContext-Klasse mit übergebenen Optionen. |
HttpContextFactory(IOptions<FormOptions>, IServiceScopeFactory, IHttpContextAccessor) |
Veraltet.
Initialisiert eine neue instance der DefaultHttpContext-Klasse mit übergebenen Optionen. |
HttpContextFactory(ObjectPoolProvider, IOptions<FormOptions>) |
Veraltet.
Stellt Methoden dar, die zum Erstellen eines HTTP-Kontextobjekts verwendet werden. |
HttpContextFactory(ObjectPoolProvider, IOptions<FormOptions>, IHttpContextAccessor) |
Veraltet.
Stellt Methoden dar, die zum Erstellen eines HTTP-Kontextobjekts verwendet werden. |
Methoden
Create(IFeatureCollection) |
Veraltet.
Initialisiert eine neue instance der DefaultHttpContext-Klasse mit übergebenen Optionen. |
Dispose(HttpContext) |
Veraltet.
Legt das HTTP-Kontextobjekt für die Garbage Collection auf NULL fest. |