How can I determine whether an object is local or remote (using C# remoting)? Both checking in local code if the object is remote or in the object if the code is executed from remote would be okay.
|
|
|
||
|
|
|
I suppose you could look at the proxy and see if it derived from TransparentProxy
|
||
|
