public bool ServerValidation(out IPEndPoint serverEndPoint) { serverEndPoint = UDPServer.SearchServer(portUDP); return(serverEndPoint != null); }