Table of Contents

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

provider IServiceProvider

The service provider held by this feature.

Properties

ServiceProvider

Gets the service provider.

public IServiceProvider ServiceProvider { get; }

Property Value

IServiceProvider

The IServiceProvider.