Sign In
Feroze Daud's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Design Patterns
Exchange/UnifiedMessaging
Miscellaneous
System.Net
Archive
Archives
August 2009
(1)
December 2008
(1)
November 2008
(1)
October 2007
(1)
March 2007
(1)
September 2006
(1)
April 2006
(1)
October 2005
(5)
September 2005
(1)
May 2005
(1)
March 2005
(1)
November 2004
(2)
October 2004
(1)
July 2004
(1)
March 2004
(1)
February 2004
(1)
January 2004
(2)
October, 2005
MSDN Blogs
>
Feroze Daud's WebLog
>
October, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Feroze Daud's WebLog
Ping Part IV: Adventures in Socket programming using System.Net
Posted
over 7 years ago
by
Feroze Daud
0
Comments
In this part, we will add some networking code to the code we have thus far. When we get done, we should have a working Ping utility. Take the program that we wrote in the Ping: Part III and add the following code. using System; using System...
Feroze Daud's WebLog
Ping Part III: Adventures in Socket programming using System.Net
Posted
over 7 years ago
by
Feroze Daud
0
Comments
In Part II of this article, we saw how we are going to use the ICMP protocol to implement a simple Ping client. We also saw a skeleton of this program which showed how to translate the ICMP packet specification into a C# structure. In this part...
Feroze Daud's WebLog
Ping Part II: Adventures in Socket programming using System.Net
Posted
over 7 years ago
by
Feroze Daud
3
Comments
If you see the ping utility that comes with your OS, you will notice that it has many options. However, the one we are going to develop will just take one argument: C:\ping>ping <hostname> | <ipaddress> Example: ping www.contoso...
Feroze Daud's WebLog
PING: Adventures in Socket programming using System.Net
Posted
over 7 years ago
by
Feroze Daud
2
Comments
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 namespace. It should...
Feroze Daud's WebLog
Decoding Printer Tracking Technology
Posted
over 7 years ago
by
Feroze Daud
0
Comments
In a previous blog post, I wrote about how printer manufacturers are embedding tracking information in their printers. Well, today, via Slashdot, I learned that folks at EFF have figured out the encoding in atleast one printer (those made by Xerox...
Page 1 of 1 (5 items)