Interface IServiceProviderFeature
- Namespace
- IceRpc.Extensions.DependencyInjection
- Assembly
- IceRpc.dll
A feature that gives access to the service provider. When transmitted with an IncomingRequest, this service provider is typically the service provider of the async scope created for the request.
public interface IServiceProviderFeature
Properties
ServiceProvider
Gets the service provider.
IServiceProvider ServiceProvider { get; }