InterceptingRealProxy Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

This class provides the remoting-based interception mechanism. It is invoked by a call on the corresponding TransparentProxy object. It routes calls through the handlers as appropriate.

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

Syntax

'Declaration
Public Class InterceptingRealProxy _
    Inherits RealProxy _
    Implements IRemotingTypeInfo, IInterceptingProxy
public class InterceptingRealProxy : RealProxy, 
    IRemotingTypeInfo, IInterceptingProxy
public ref class InterceptingRealProxy : public RealProxy, 
    IRemotingTypeInfo, IInterceptingProxy
public class InterceptingRealProxy extends RealProxy implements IRemotingTypeInfo, IInterceptingProxy

Inheritance Hierarchy

System.Object
  System.Runtime.Remoting.Proxies.RealProxy
    Microsoft.Practices.Unity.InterceptionExtension.InterceptingRealProxy

See Also

InterceptingRealProxy Members

Microsoft.Practices.Unity.InterceptionExtension Namespace