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.

IOperationBehavior::Validate Method (OperationDescription^)

 

Implement to confirm that the operation meets some intended criteria.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

void Validate(
	OperationDescription^ operationDescription
)

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.

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
Return to top
Show:
© 2017 Microsoft