NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingServices.GetRealProxy

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;

Parameters

proxy
the transparent proxy

Return Value

Return the real proxy instance

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace