RequestServicesFeature Class¶
- Namespace
Microsoft.AspNetCore.Hosting.Internal
- Assemblies
- Microsoft.AspNetCore.Hosting
Syntax¶
public class RequestServicesFeature : IServiceProvidersFeature, IDisposable
-
class
Microsoft.AspNetCore.Hosting.Internal.
RequestServicesFeature
Constructors¶
-
RequestServicesFeature
(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)¶ public RequestServicesFeature(IServiceScopeFactory scopeFactory)
-
Properties¶
-
Microsoft.AspNetCore.Hosting.Internal.RequestServicesFeature.
RequestServices
¶ Return type: System.IServiceProvider public IServiceProvider RequestServices { get; set; }
-