Class ServiceProviderFeature
- Namespace
- IceRpc.Extensions.DependencyInjection
- Assembly
- IceRpc.dll
Default implementation of IServiceProviderFeature.
public sealed class ServiceProviderFeature : IServiceProviderFeature
- Inheritance
-
ServiceProviderFeature
- Implements
- Inherited Members
Constructors
ServiceProviderFeature(IServiceProvider)
Constructs a service provider feature.
public ServiceProviderFeature(IServiceProvider provider)
Parameters
providerIServiceProviderThe service provider held by this feature.
Properties
ServiceProvider
Gets the service provider.
public IServiceProvider ServiceProvider { get; }