Click or drag to resize

FormatSpecificationBehaviorValidate Method

Implement to confirm that the endpoint meets some intended criteria.

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public void Validate(
	ServiceEndpoint endpoint
)
View Source

Parameters

endpoint  ServiceEndpoint
The endpoint to validate.

Implements

IEndpointBehaviorValidate(ServiceEndpoint)
See Also