P Pawan Singh Sep 18, 2003 #1 Does anyone know if there is an .Net API which allows me to find an available UDP port for binding? Thanks Pawan
Does anyone know if there is an .Net API which allows me to find an available UDP port for binding? Thanks Pawan
I Ignacio Machin Sep 18, 2003 #2 Hi, You can create a IPEndPoint especifing 0 as the port, and a port number will be assigned. Cheers,
Hi, You can create a IPEndPoint especifing 0 as the port, and a port number will be assigned. Cheers,