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 | |
---|---|---|
InterceptingRealProxy |
Creates a new InterceptingRealProxy instance that applies the given policies to the given target object.
|
Methods
Name | Description | |
---|---|---|
AttachServer | (Inherited from RealProxy.) | |
CanCastTo |
Checks whether the proxy that represents the specified object type can be cast to the type represented by the IRemotingTypeInfo interface.
|
|
CreateObjRef | (Inherited from RealProxy.) | |
DetachServer | (Inherited from RealProxy.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCOMIUnknown | (Inherited from RealProxy.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from RealProxy.) | |
GetPipeline |
Retrieve the pipeline assocated with the requested method.
|
|
GetProxiedType | (Inherited from RealProxy.) | |
GetTransparentProxy | (Inherited from RealProxy.) | |
GetType | (Inherited from Object.) | |
GetUnwrappedServer | (Inherited from RealProxy.) | |
InitializeServerObject | (Inherited from RealProxy.) | |
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).) |
|
MemberwiseClone | (Inherited from Object.) | |
SetCOMIUnknown | (Inherited from RealProxy.) | |
SetPipeline |
Set a new pipeline for a method.
|
|
SupportsInterface | (Inherited from RealProxy.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Target |
Returns the target of this intercepted call.
|
|
TypeName |
Gets or sets the fully qualified type name of the server object in a ObjRef.
|