Share via


WcfValidationBehaviorAttribute members

Include protected members
Include inherited members

The WCFValidationBehaviorAttribute marks WCF service classes that should perform per-call validation. Marking a WCF class with this attribute will apply a parameter inspector to the class that will be invoked on the input and output of every serice call made to that class. The parameter inspector wraps the ValidationHandler's ValidateIn and ValidateOut method so that constraint validation remains transparent

The WcfValidationBehaviorAttribute type exposes the following members.

Constructors

  Name Description
Public method WcfValidationBehaviorAttribute(String)
Public method WcfValidationBehaviorAttribute(Type)

Top

Properties

  Name Description
Public property TargetContract

Top

Methods

  Name Description
Public method AddBindingParameters
Public method ApplyClientBehavior
Public method ApplyDispatchBehavior
Public method Validate

Top

See also

Reference

WcfValidationBehaviorAttribute class

Microsoft.Web.Constraint namespace