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 :)
 
Back
Top