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 | |
---|---|---|
WcfValidationBehaviorAttribute(String) | ||
WcfValidationBehaviorAttribute(Type) |
Top
Properties
Name | Description | |
---|---|---|
TargetContract |
Top
Methods
Name | Description | |
---|---|---|
AddBindingParameters | ||
ApplyClientBehavior | ||
ApplyDispatchBehavior | ||
Validate |
Top