IOperationBehavior.Validate(OperationDescription) Method

Definition

Implement to confirm that the operation meets some intended criteria.

C#
public void Validate(System.ServiceModel.Description.OperationDescription operationDescription);

Parameters

operationDescription
OperationDescription

The operation being examined. Use for examination only. If the operation description is modified, the results are undefined.

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 operation passes validation, return; otherwise, throw an exception.

For example, the Validate method can be use to ensure that an operation is authorized.

Applies to

Produkt Versioner
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0