IOperationBehavior.Validate Method
Implement to confirm that the operation meets some intended criteria.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- operationDescription
- Type: System.ServiceModel.Description.OperationDescription
The operation being examined. Use for examination only. If the operation description is modified, the results are undefined.
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 operation passes validation, return; otherwise, throw an exception.
For example, the Validate method can be use to ensure that an operation is authorized.
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.