I have service with working MEX at:
net.tcp://remotehost:4508
What is the shortest C#/F# code (hard time understanding XML configuration files ^_^") I could write to create a router to it at?:
net.tcp://localhost:4508
MEX should also be routed properly so that clients can use the router
svcutil net.tcp://localhost:4508
to discover service methods.
Here's my answer to my question that does exactly what I want - without any XML salad, in less then 50 lines of F#: