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.IsTransparentProxy

Takes an object reference. Returns a Boolean indicating whether the object is a transparent proxy or a real object.

[Visual Basic]
Public Shared Function IsTransparentProxy( _
   ByVal proxy As Object _
) As Boolean
[C#]
public static bool IsTransparentProxy(
   object proxy
);
[C++]
public: static bool IsTransparentProxy(
   Object* proxy
);
[JScript]
public static function IsTransparentProxy(
   proxy : Object
) : Boolean;

Parameters

proxy
An object reference.

Return Value

Returns a Boolean indicating whether the object is a transparent proxy or a real object.

See Also

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