ServiceProvidersFeature Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation for IServiceProvidersFeature.
public ref class ServiceProvidersFeature : Microsoft::AspNetCore::Http::Features::IServiceProvidersFeature
	public class ServiceProvidersFeature : Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature
	type ServiceProvidersFeature = class
    interface IServiceProvidersFeature
	Public Class ServiceProvidersFeature
Implements IServiceProvidersFeature
		- Inheritance
 - 
				ServiceProvidersFeature
 
- Implements
 
Constructors
| ServiceProvidersFeature() | 
Properties
| RequestServices | 
		 Gets or sets the IServiceProvider scoped to the current request.  |