Click or drag to resize

IServiceImplementationDataProviderGetServiceImplementationData Method

Gets data about a service implementation.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
ServiceImplementationData GetServiceImplementationData(
	string value
)

Parameters

value
Type: SystemString
The constructor string passed in to the service host factory that is used to determine which type to host/use as a service implementation.

Return Value

Type: ServiceImplementationData
A ServiceImplementationData object containing information about which type to use in the service host and how to resolve the implementation.
See Also