icmp in c#

  • Thread starter Thread starter Fotis
  • Start date Start date
F

Fotis

hi there i have two questions

1)Is there a library class for ICMP packet
creation ,management etc to use with C#

2)I have created a socket of icmp type and after sending a
packet i call the socket.ReceiveFrom method.During the
execution of this method i want to have a time-out value
and if it exceeds the value to stop the execution i can't
wait for ever untill the server responds.Is such a thing
possible if yes how?

thank you

Fotis
 
I suggest you try to query the user samples on gotdotnet.com
you may find some ICMP libraries.
-D
 
Back
Top