Click or drag to resize

ServiceImplementationDataServiceTypeToHost Property

Gets or sets the concrete type to host.

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

Property Value

Type: Type
A Type that indicates the type to pass to the service host when it is initially created. This type must be a concrete class and not an interface.
See Also