Need to know if an object is really a remoting proxy to a remote object? You can use the: System.Runtime.Remoting.RemotingServices.IsTransparentProxy(someObject) function and it will tell you so.