tcplistener on multiple addresses

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,
 
T

TDC

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top