Hi,
I Want to know that ,What's a proxy of the server object in .NET Remoting?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted May 1, 2016, 1:33 PM
MuthuMari MPosted Apr 26, 2012, 11:56 AM
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.
pls refer this url for more about remoting
http://www.codekicks.com/2006/08/net-remoting-interview-questions.html
thanks.
If this post is useful then mark it as "Accepted Answer"
PUSHPARAJ ADIGOPULAPosted Apr 26, 2012, 10:30 AM
More info here