TraceRoute and Ping in C#

Posted by NET789 on Stack Overflow See other posts from Stack Overflow or by NET789
Published on 2008-09-27T00:29:23Z Indexed on 2010/04/22 4:03 UTC
Read the original article Hit count: 446

Filed under:
|
|
|

Does anyone have C# code handy for doing a ping and traceroute to a target computer? I am looking for a pure code solution, not what I'm doing now, which is invoking the ping.exe and tracert.exe program and parsing the output. I would like something more robust.

© Stack Overflow or respective owner

Related posts about c#

Related posts about networking