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]
# 1
So we can point you to specific classes\methods, can you be more specific as to what information you are looking to retreive? A good place to start looking would be the System.Net.NetworkInformation namespace (.Net Framework 2.0).
MikeFlasko at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 2
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...

Wasim at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 3
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..

Malar at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 4
Hi Wasim ,
You mean directly use Win32 Api's ? if so try
Allapi.com ; thats a good place

vijey at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...

.NET Development

Site Classified