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.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?