tcplistener on multiple addresses

  • Thread starter Thread starter nt8jbwu02
  • Start date Start date
N

nt8jbwu02

Is it possible to use a single tcplistener to bind multiple addresses?

Say I have three IP addresses and I want to bind two of the addresses
on port 4000, but not the
third.

Can I do this with a single component?

Thanks,
 
I'm pretty sure it's all-or-one kind of choice. Though it's not that
hard to use several TcpListeners at once...
 
Back
Top