Library of Network routines.

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

I'm looking for routines that will allow you to do things like set TCP/IP
address, join/leave a domain, set up proxy settings - general network stuff.
I need to do this for a machine that is going to be running embeded XP so we
need to have our own interface to do this ( which is normally done by
windows ).

Does anybody know of any libraries for this? I know I could write my own
stuff but I am finding it very difficult to find information about the WMI
stuff.

TIA - Jeff.
 
Jeff,

There is nothing in .NET that does this out of the box. Your best bet
would be to make the calls to the underlying windows API to perform these
actions through the P/Invoke layer.
 
Is there somewhere documentation that will tell me how to do all of this? I
have looked at the WMI but there appears to be no documentation anywhere for
it.

Nicholas Paldino said:
Jeff,

There is nothing in .NET that does this out of the box. Your best bet
would be to make the calls to the underlying windows API to perform these
actions through the P/Invoke layer.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mufasa said:
I'm looking for routines that will allow you to do things like set TCP/IP
address, join/leave a domain, set up proxy settings - general network
stuff. I need to do this for a machine that is going to be running
embeded XP so we need to have our own interface to do this ( which is
normally done by windows ).

Does anybody know of any libraries for this? I know I could write my own
stuff but I am finding it very difficult to find information about the
WMI stuff.

TIA - Jeff.
 

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