IEndpointBehavior.Validate Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Implement to confirm that the endpoint meets some intended criteria.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Sub Validate ( _
endpoint As ServiceEndpoint _
)
void Validate(
ServiceEndpoint endpoint
)
Parameters
- endpoint
Type: System.ServiceModel.Description.ServiceEndpoint
The endpoint to validate.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.