Click or drag to resize

WcfServiceBehaviorAttributeValidate Method

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

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
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