IEndpointBehavior.Validate Method
Implement to confirm that the endpoint meets some intended criteria.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- endpoint
- Type: System.ServiceModel.Description.ServiceEndpoint
The endpoint to validate.
Implement the Validate method to examine the structure to confirm any set of criteria. It is not necessary to perform any customizations in ApplyClientBehavior or ApplyDispatchBehavior to make use of this method. If the endpoint passes validation, return; otherwise, throw an exception.
For example, the Validate method can be use to ensure that all endpoints use an approved corporate binding.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.