Discussion:
Sample program to manipulate DHCP using C#
(too old to reply)
M. Eteum
2007-05-11 17:54:52 UTC
Permalink
Is there a sample console program using C# to manipulate the DHCP, e.g.
add/delete/modify scope, add/delete/modify reserved ip address?

Thanks.

M.
Newbie Coder
2007-05-13 00:46:30 UTC
Permalink
M. Eteum,

You should ask this question in the C# newsgroup or search Google.
http://www.codeproject.com & C# Corner are two sites you may want to try too

The C# newsgroup is:

http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.languages.csharp

Here's something that 'maybe' useful for you:

http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic33988.aspx
http://www.microolap.com/products/network/pssdk/helpdll/HNAdapterConfig/Wrappers/C_Sharp.htm
http://www.codeproject.com/cs/system/cstcpipwmi.asp?df=100&forumid=30597&exp=0&select=1564462

Maybe you can convert this C++ example:

http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic14534.aspx
--
Newbie Coder
(It's just a name)
Post by M. Eteum
Is there a sample console program using C# to manipulate the DHCP, e.g.
add/delete/modify scope, add/delete/modify reserved ip address?
Thanks.
M.
Loading...