Click or drag to resize

AutofacHostFactoryServiceImplementationDataProvider Property

Gets or sets the service implementation data strategy.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public static IServiceImplementationDataProvider ServiceImplementationDataProvider { get; set; }

Property Value

Type: IServiceImplementationDataProvider
An IServiceImplementationDataProvider that will be used to determine the proper service implementation given a service constructor string.
See Also