I need to know how to set my local machines IP address on an adapter from .NET code. Is there a way to do it? I looked at the MSDN website, but I could not see a way to set it. Read it yes, many ways. Thanks in advance for your help.
Setting local IP Address in .NET
Collapse
X
-
Tags: None
-
Well, what do you mean adapter? Like, do you have some cellphone or something hooked up? Or, do you want to set the local ip of the computer? I don't think it's possible by sending it to the device hooked up to the adapter, if so it would be very difficult. But, using the System.Manageme nt Namespace you can set the local IP address of the computer.
joedeene -
Comment