RequestServicesFeature Klasse

Definition

Eine Implementierung für IServiceProvidersFeature für den Zugriff auf Anforderungsdienste.

public ref class RequestServicesFeature : IAsyncDisposable, IDisposable, Microsoft::AspNetCore::Http::Features::IServiceProvidersFeature
public class RequestServicesFeature : IAsyncDisposable, IDisposable, Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature
type RequestServicesFeature = class
    interface IServiceProvidersFeature
    interface IAsyncDisposable
    interface IDisposable
type RequestServicesFeature = class
    interface IServiceProvidersFeature
    interface IDisposable
    interface IAsyncDisposable
Public Class RequestServicesFeature
Implements IAsyncDisposable, IDisposable, IServiceProvidersFeature
Vererbung
RequestServicesFeature
Implementiert

Konstruktoren

RequestServicesFeature(HttpContext, IServiceScopeFactory)

Initialisiert eine neue Instanz von RequestServicesFeature.

Eigenschaften

RequestServices

Ruft den Bereich ab IServiceProvider oder legt diesen auf die aktuelle Anforderung fest.

Methoden

Dispose()

Eine Implementierung für IServiceProvidersFeature für den Zugriff auf Anforderungsdienste.

DisposeAsync()

Eine Implementierung für IServiceProvidersFeature für den Zugriff auf Anforderungsdienste.

Gilt für: