1
Reply

What’s a proxy of the server object in .NET Remoting?

Jul 14, 2006
8k
0

    It’s a fake copy of the server object that resides on the client side and behaves as if it was the server. It handles the  communication between real server object and the client object. This process is also known as marshaling.

    July 14, 2006
    0