Used for traversing back to the Transparent Proxy from the Real Proxy.
[Visual Basic] Overridable Public Function GetTransparentProxy() As Object [C#] public virtual object GetTransparentProxy(); [C++] public: virtual Object* GetTransparentProxy(); [JScript] public function GetTransparentProxy() : Object;
Returns the TransparentProxy from a RealProxy.
RealProxy Class | RealProxy Members | System.Runtime.Remoting Namespace