hi
I am a newbie in remoting concepts(C# Remoting).Actually i done some projects using remoting concepts, i need to employ a proxy between the client and server , if client wants to communicate with the server or vice-versa it should be done through this proxy only.i saw a namespace Remoting.Proxy ,will it help? anyone giveme some suggestions on how to do this it will be very useful for me.
I heard that if the request is through proxy it will be more secure.if my server address is(182.575.069.67) and my proxy runs in 192.168.0.8 then all my clients must send their messages to the proxy and the proxy server must forward this to the actual server.This is what i am trying to do