I understand that it some use cases this could be not-desirable behavior. So we are going to research what can be done about it. One possibility is change ServerX in way, is when the ActiveX instance is created, it wouldn't accept any incoming connections by default. And then you in your code you can set the listening port value of your choice and tell ServerX to start listening for incoming connections. What do you think?
Yes, My need is ServerX control will not be accepted connection when it be created, and let my application to control it to listening on specific tcp port for connection request.
When would you modify this feature?