I always worked with indy 9 and Delphi 7. I have quite experience with it now and but would like to go a little bit further. I would like to listen to multiple ports and don't know how I should do this. There are also concerns if I will be able to add/remove ports while the server is active. So here are a few questions I would like to know the answer to:
- How can I add a new port to the bindings, while the server is already active?
- How can I remove a port from the bindings, while the server is already active?
- When I remove the bindings, how/will does Indy disconnect the clients from the port?
- What happens to the defaultPort property?
Thank you for your answers.