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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top