CurrentInterceptionRequest Class

A simple data holder class used to store information about the current interception operation that's being set up. Useful for creating behaviors that need to know this stuff (especially the PIAB behavior).

Namespace:  Microsoft.Practices.Unity.InterceptionExtension
Assembly:  Microsoft.Practices.Unity.Interception (in Microsoft.Practices.Unity.Interception.dll)

Syntax

'Declaration
Public Class CurrentInterceptionRequest
public class CurrentInterceptionRequest
public ref class CurrentInterceptionRequest
public class CurrentInterceptionRequest

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Unity.InterceptionExtension.CurrentInterceptionRequest

See Also

CurrentInterceptionRequest Members

Microsoft.Practices.Unity.InterceptionExtension Namespace