Tengo una duda, cual es la diferencia entre la clase IpEndPoint y la EndPoint?
o que se esta haciendo aqui
// Initialise the IPEndPoint for the clients
IPEndPoint clients = new IPEndPoint(IPAddress.Any, 0);
// Initialise the EndPoint for the clients
EndPoint epSender = (EndPoint)clients;
Saludos