Enumerating systems in a network

  • Thread starter Thread starter Ken Allen
  • Start date Start date
K

Ken Allen

Is there a native .Net mechanism for enumerating a list of all of the
servers/systems in a LAN? Or must I resort to a Win32 call to achieve this?

-ken
 
Hello Ken,

I haven't seen anything in the framework that will enumerate servers.

You will probably have to use win32 using interop.
 

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