RE: PING: Adventures in Socket programming using System.Net

I always find this kind of interesting

After a long hiatus, I am back to posing to my blog. I am going to start out with a series on Socket programming.
In this series, I will show you how to implement a simple Ping client using classes from the [System.Net.Sockets ](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetsockets.asp) namespace. It should be an exciting journey.
For starters, you can familiarize yourself with the RFC for ICMP (Internet Control Message Protocol) which is the protocol used by the PING client.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>I always find this kind of interesting<blockquote></p> <p></p> <p>After a long hiatus, I am back to posing to my blog. I am going to start out with a series on Socket programming.</p> <p>In this series, I will show you how to implement a simple Ping client using classes from the [System.Net.Sockets ](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetsockets.asp) namespace. It should be an exciting journey.</p> <p>For starters, you can familiarize yourself with the RFC for ICMP (Internet Control Message Protocol) which is the protocol used by the PING client. The RFC for that is here: ([http://www.ietf.org/rfc/rfc0792.txt](http://www.ietf.org/rfc/rfc0792.txt)).</p> <p></p> <p>Until next time,</p> <p>Cheers.</p> </blockquote><i>[Via [MSDN Blogs](http://blogs.msdn.com/feroze_daud/archive/2005/10/20/483088.aspx)]</i><p />I always have wanted to create a ping client in .Net but never got around to it. There was no particular reason why I wanted to create a ping client, I just always thought it would be quite cool. Anyway, watch out on [Feroze Daud's WebLog](http://blogs.msdn.com/feroze_daud/default.aspx).<p />


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2005-10-21T00:00:00+00:00) RE: PING: Adventures in Socket programming using System.Net. Retrieved from https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/

MLA
" » RE: PING: Adventures in Socket programming using System.Net." Paul Kinlan | Sciencx - Friday October 21, 2005, https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/
HARVARD
Paul Kinlan | Sciencx Friday October 21, 2005 » RE: PING: Adventures in Socket programming using System.Net., viewed ,<https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/>
VANCOUVER
Paul Kinlan | Sciencx - » RE: PING: Adventures in Socket programming using System.Net. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/
CHICAGO
" » RE: PING: Adventures in Socket programming using System.Net." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/
IEEE
" » RE: PING: Adventures in Socket programming using System.Net." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/. [Accessed: ]
rf:citation
» RE: PING: Adventures in Socket programming using System.Net | Paul Kinlan | Sciencx | https://www.scien.cx/2005/10/21/re-ping-adventures-in-socket-programming-using-system-net/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.