Click or drag to resize

WcfEndpointBehaviorValidate Method

Implement to confirm that the endpoint meets some intended criteria.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void Validate(
	ServiceEndpoint endpoint
)

Parameters

endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint to validate.

Implements

IEndpointBehaviorValidate(ServiceEndpoint)
See Also