RequestServicesFeature Clase

Definición

Una implementación para IServiceProvidersFeature acceder a los servicios de solicitud.

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 IDisposable
    interface IAsyncDisposable
type RequestServicesFeature = class
    interface IServiceProvidersFeature
    interface IAsyncDisposable
    interface IDisposable
Public Class RequestServicesFeature
Implements IAsyncDisposable, IDisposable, IServiceProvidersFeature
Herencia
RequestServicesFeature
Implementaciones

Constructores

Nombre Description
RequestServicesFeature(HttpContext, IServiceScopeFactory)

Inicializa una nueva instancia de la clase RequestServicesFeature.

Propiedades

Nombre Description
RequestServices

Obtiene o establece el IServiceProvider ámbito de la solicitud actual.

Métodos

Nombre Description
Dispose()

Una implementación para IServiceProvidersFeature acceder a los servicios de solicitud.

DisposeAsync()

Una implementación para IServiceProvidersFeature acceder a los servicios de solicitud.

Se aplica a