Click or drag to resize

AutofacDependencyInjectionServiceBehaviorValidate Method

Provides the ability to inspect the service host and the service description to confirm that the service can run successfully.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public void Validate(
	ServiceDescription serviceDescription,
	ServiceHostBase serviceHostBase
)

Parameters

serviceDescription
Type: System.ServiceModel.DescriptionServiceDescription
The service description.
serviceHostBase
Type: System.ServiceModelServiceHostBase
The service host that is currently being constructed.

Implements

IServiceBehaviorValidate(ServiceDescription, ServiceHostBase)
See Also