Click or drag to resize

AutofacHostFactoryHostConfigurationAction Property

Gets or sets an action that can be used to programmatically configure service host instances this factory generates.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public static Action<ServiceHostBase> HostConfigurationAction { get; set; }

Property Value

Type: ActionServiceHostBase
An ActionT that can be used to configure service host instances that this factory creates. This action can be used to add behaviors or otherwise modify the host before it gets returned by the factory.
See Also