Get the real proxy backing the transparent proxy
[Visual Basic] Public Shared Function GetRealProxy( _ ByVal proxy As Object _ ) As RealProxy [C#] public static RealProxy GetRealProxy( object proxy ); [C++] public: static RealProxy* GetRealProxy( Object* proxy ); [JScript] public static function GetRealProxy( proxy : Object ) : RealProxy;
Return the real proxy instance
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace