AutofacHostFactoryContainer Property |
Gets or sets the container or lifetime scope from which service instances will be retrieved.
Namespace:
Autofac.Integration.Wcf
Assembly:
Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax public static ILifetimeScope Container { get; set; }
Public Shared Property Container As ILifetimeScope
Get
Set
Property Value
Type:
ILifetimeScope
An
ILifetimeScope that will be used to resolve service
implementation instances.
See Also