RequestServicesFeature Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation pour l’accès IServiceProvidersFeature aux services de requête.
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
- Héritage
-
RequestServicesFeature
- Implémente
Constructeurs
RequestServicesFeature(HttpContext, IServiceScopeFactory) |
Initialise une nouvelle instance de RequestServicesFeature. |
Propriétés
RequestServices |
Obtient ou définit l’étendue IServiceProvider de la requête actuelle. |
Méthodes
Dispose() |
Implémentation pour l’accès IServiceProvidersFeature aux services de requête. |
DisposeAsync() |
Implémentation pour l’accès IServiceProvidersFeature aux services de requête. |