How can I ping an IP from C#?

  • Thread starter Thread starter Juhny
  • Start date Start date
J

Juhny

I am trying to write a program to find out wich IPs are
"active" in a LAN. Can anyone help? Thanks.
 
Hi,

You'd probably be better with Broadcasting (sending data
packets to all machines on a network and obtain their
replies) or multicasting ("broadcast" your data packets
to a specified subset of machines on a network,
interested in receiving those packets).

Follow previous advice and hit Google.com looking for
technical advice.

Greetings.
 
Back
Top