Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft