Windows has a feature called .NET TCP Port Sharing which allows different .NET applications to share the same TCP/IP port.
I would like to monitor the source and destination connections of each client and associate them to the relevant server side listener. How do I reliably & efficiently accomplish this?
net.tcpthing (not being a windows user). It sounds like a nightmare anti-pattern. Thanks microsoft. – lynks Dec 14 '12 at 14:48