DeliveryRequirementsAttribute::IContractBehavior::Validate Method (ContractDescription^, ServiceEndpoint^)

 

Implements the IContractBehavior::Validate method to enable validation support.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

private:
virtual void Validate(
	ContractDescription^ description,
	ServiceEndpoint^ endpoint
) sealed = IContractBehavior::Validate

Parameters

description
Type: System.ServiceModel.Description::ContractDescription^

The contract description.

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

The endpoint to be validated.

.NET Framework
Available since 3.0
Return to top
Show: