We are developing a client monitoring network application.
We would require IP addresses of all the computers in the network.
how do we retrieve these IP addresses ?
I have already seen some code that makes use of unmanaged C++ or WinAPI.
But I would prefer C# code (ofcourse). I went through some System.Net classes like Dns; but could not crack a way through.
Could anyone provide me some hints to my question?