Network API functions
Hi all,
Witch API functions can I use in .NET framework for getting information on a specific network.
Can you give me links for examples.
Regards...
[160 byte] By [
Wasim] at [2008-2-16]
Thanks for your reply,
I need to make abroadcasting on the network to know witch hosts are connected to the network.
I'm using VS. .Net 2003 with the framework 1.1, I don't have the namespace you mentioned.
Can I use classes from .Net 2.0 in VS. 2003
Any way, my main target to get the currently connected users in the network.
Please' help me. This is my beginning task in network programming.
Best regrads...
If you are intention is to send a broadcast message in a network and expect a reply from machines connected on to the network, you can use multicastoption on the socket. The other machines can have a service running that listen on the multicast address and respond when they get a message... There is a post on asynchronous sockets in this forum which has a sample source code which might help you get started on this..