RequestServicesFeature Sınıf

Tanım

İstek hizmetlerine erişmek için bir IServiceProvidersFeature uygulama.

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
Devralma
RequestServicesFeature
Uygulamalar

Oluşturucular

RequestServicesFeature(HttpContext, IServiceScopeFactory)

öğesinin yeni bir örneğini RequestServicesFeaturebaşlatır.

Özellikler

RequestServices

Kapsamı geçerli istek olarak IServiceProvider alır veya ayarlar.

Yöntemler

Dispose()

İstek hizmetlerine erişmek için bir IServiceProvidersFeature uygulama.

DisposeAsync()

İstek hizmetlerine erişmek için bir IServiceProvidersFeature uygulama.

Şunlara uygulanır