I have an application that I develop in Silverlight and it must connect to another legacy app that I cannot control which demands TCP connection on the 3005 port.
I can't modify the legacy app to bring the port in the silverlight accepted range (4502 - 453x).
Is there a bridging app / another solution that would listen on a configurable port (say 4502) and forward everything to another port (say 3005) ? And vice-versa.. receive from that socket and push it back to "me"?
What options do I have?