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!

RealProxy.GetTransparentProxy

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;

Return Value

Returns the TransparentProxy from a RealProxy.

See Also

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