I want to create a new net.tcp://localhost:x/Service endpoint for a WCF service call, with a dynamically assigned new open TCP port.
I know that TcpClient will assig
Use a port number of 0. The TCP stack will allocate the next free one.