IEndpointBehavior::Validate Method (ServiceEndpoint^)
.NET Framework (current version)
Implement to confirm that the endpoint meets some intended criteria.
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: