I'd like to know how to use sockets in .NET3.5 to send ICMP request.

When I try to create my socket using this line :

Socket sock = new Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Icmp);

It doesn't works and send me an error (SocketException).

Does anyone know how to do this using sockets?

Thanks

link|improve this question
You might look into this answer – Dimi Toulakis Nov 9 '09 at 9:03
possible duplicate of ICMP in C#, SocketException - Forbidden by access permissions – pst Jan 19 at 22:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.