Multihome a NIC in C#

  • Thread starter Thread starter Billy Bob
  • Start date Start date
B

Billy Bob

Hello

Any one have examples of how I can multihome my NIC with and additional IP
address and subnet mask in c#?

Thanks
B
 
Billy Bob said:
Hello

Any one have examples of how I can multihome my NIC with and additional IP
address and subnet mask in c#?

C# generally needn't worry about IP configuration, unless you want to bind a
specific IP. Just bind the wildcard address (INADDR_ANY) and your app will
use all IP addresses configured in network properties.
 
Ok thanks. how can I add an IP to the network properties programmatically?
 

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