Multiply network adapters

  • Thread starter Thread starter Maniaque
  • Start date Start date
M

Maniaque

Does anybody knows, how can I address multiply network adapters on one
computer?

I've looked up through classes reference and found nothing.

Thanks in advance.
 
what do you want to do?

maybe you will be helped by using WMI
-> System.Management
 
what do you want to do?
maybe you will be helped by using WMI
-> System.Management

Well, I need to have an ability to select through which network card (and
IP) I want to send data.
It looks like when I have multiply cards, UdpClient object sends data
through all of the network cards, it bugs me.
Thanks for help, I'll try System.Management at home :)
 

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

Back
Top