Click or drag to resize

IServiceImplementationDataProvider Interface

Defines a strategy for resolving which service type should be used for hosting vs. which type is the actual service implementation.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public interface IServiceImplementationDataProvider

The IServiceImplementationDataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetServiceImplementationData
Gets data about a service implementation.
Top
See Also