Basic Dot Net Question: Download Dot Net PDF

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

Tweet Share WhatsApp

Answer:

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.

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services? What are remotable objects in .NET Remoting?