Share via


InterceptingRealProxy Members

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.

The InterceptingRealProxy type exposes the following members.

Constructors

  Name Description
Ee649691.pubmethod(en-us,PandP.10).gif InterceptingRealProxy
Creates a new InterceptingRealProxy instance that applies the given policies to the given target object.

Methods

  Name Description
Ee649691.protmethod(en-us,PandP.10).gif AttachServer (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif CanCastTo
Checks whether the proxy that represents the specified object type can be cast to the type represented by the IRemotingTypeInfo interface.
Ee649691.pubmethod(en-us,PandP.10).gif CreateObjRef (Inherited from RealProxy.)
Ee649691.protmethod(en-us,PandP.10).gif DetachServer (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee649691.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee649691.pubmethod(en-us,PandP.10).gif GetCOMIUnknown (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee649691.pubmethod(en-us,PandP.10).gif GetObjectData (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif GetPipeline
Retrieve the pipeline assocated with the requested method.
Ee649691.pubmethod(en-us,PandP.10).gif GetProxiedType (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif GetTransparentProxy (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee649691.protmethod(en-us,PandP.10).gif GetUnwrappedServer (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif InitializeServerObject (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif Invoke
Executes a method call represented by the msg parameter. The common language runtime will call this method when a method is called on the TransparentProxy. This method runs the invocation through the call handler pipeline and finally sends it down to the target object, and then back through the pipeline.
(Overrides RealProxy.Invoke(IMessage).)
Ee649691.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee649691.pubmethod(en-us,PandP.10).gif SetCOMIUnknown (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif SetPipeline
Set a new pipeline for a method.
Ee649691.pubmethod(en-us,PandP.10).gif SupportsInterface (Inherited from RealProxy.)
Ee649691.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee649691.pubproperty(en-us,PandP.10).gif Target
Returns the target of this intercepted call.
Ee649691.pubproperty(en-us,PandP.10).gif TypeName
Gets or sets the fully qualified type name of the server object in a ObjRef.

See Also

InterceptingRealProxy Class

Microsoft.Practices.Unity.InterceptionExtension Namespace