Choosing a networkcard

  • Thread starter Thread starter BDCI
  • Start date Start date
B

BDCI

Hi,

I'm looking for a while how to do this, so i've decided to ask.

I have one computer with 2 network cards in it. each can go to the internet
but from 2 different ISP.

I want to create a browser software in which I have a radio button on top to
choose at which provider I want to request the URL.

SO, i want to do a socket for internet TCP and UDP connection and make sure
it goes through the choosen ISP and ONLY this one.

I have found how to do the sockets, and do the communications, but I haven't
found how to bind to the specific MAC address to do the call. My very
important opint, is that it must not try to use both card or the performance
test will not be accurate.

Someone have any idea how to do the bind in VB.NET ideally (I can use C#
too).



Best regards,

Miky
 

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