Answers

Question and Answer:

  Home  Dot Net

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

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.

 172 views

More Questions for you: