Click or drag to resize

Mode Enumeration

Defines weaving modes for the rule.

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public enum Mode
Members
  Member nameValueDescription
Normal0 This rule is not required to match for the interceptor to be weaved, if other rules matches.
Required1 This rule is required to match for the interceptor to be weaved, regardless of other rules matching.
See Also