<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to check for a network connection in .NET 2.0 (C# or VB)</title>
	<atom:link href="http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/feed/" rel="self" type="application/rss+xml" />
	<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/</link>
	<description>For the Love of Code</description>
	<lastBuildDate>Wed, 25 Jan 2012 13:03:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bishwajeet</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-132830</link>
		<dc:creator>Bishwajeet</dc:creator>
		<pubDate>Tue, 27 Sep 2011 11:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-132830</guid>
		<description>Thnx for this article.... But how can i check internet speed  in c#.</description>
		<content:encoded><![CDATA[<p>Thnx for this article&#8230;. But how can i check internet speed  in c#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamran</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-129911</link>
		<dc:creator>kamran</dc:creator>
		<pubDate>Wed, 07 Sep 2011 10:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-129911</guid>
		<description>thank you . it works :D</description>
		<content:encoded><![CDATA[<p>thank you . it works :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darshan</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-112739</link>
		<dc:creator>darshan</dc:creator>
		<pubDate>Thu, 17 Feb 2011 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-112739</guid>
		<description>Thanks it helped a lot.
Please keep posting such stuff.</description>
		<content:encoded><![CDATA[<p>Thanks it helped a lot.<br />
Please keep posting such stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petroclus</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-111115</link>
		<dc:creator>Petroclus</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-111115</guid>
		<description>The NetworkAvailabilityChanged event doesn&#039;t appear to get raised when a &#039;Dial-Up Connection&#039; is disconnected. (It does when the dial-up connection is made though). It may be model/driver specific - I&#039;ve only tried it on a ZTE GSM modem.</description>
		<content:encoded><![CDATA[<p>The NetworkAvailabilityChanged event doesn&#8217;t appear to get raised when a &#8216;Dial-Up Connection&#8217; is disconnected. (It does when the dial-up connection is made though). It may be model/driver specific &#8211; I&#8217;ve only tried it on a ZTE GSM modem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-110765</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Sat, 08 May 2010 11:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-110765</guid>
		<description>how to make service to check the network connection is now is running</description>
		<content:encoded><![CDATA[<p>how to make service to check the network connection is now is running</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve R</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-110735</link>
		<dc:creator>Steve R</dc:creator>
		<pubDate>Wed, 28 Apr 2010 07:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-110735</guid>
		<description>Hi Zeus, if you have multiple network connections you&#039;ll only receive the NetworkAvailabilityChanged event when all connections are disconnected and when 1 connection is re-established. The line below is taken from the MSDN documentation for this event.

The NetworkChange class raises NetworkAvailabilityChanged events when the availability of the network changes. The network is available when at least one network interface is marked &quot;up&quot; and is not a tunnel or loopback interface.</description>
		<content:encoded><![CDATA[<p>Hi Zeus, if you have multiple network connections you&#8217;ll only receive the NetworkAvailabilityChanged event when all connections are disconnected and when 1 connection is re-established. The line below is taken from the MSDN documentation for this event.</p>
<p>The NetworkChange class raises NetworkAvailabilityChanged events when the availability of the network changes. The network is available when at least one network interface is marked &#8220;up&#8221; and is not a tunnel or loopback interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilip</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-110486</link>
		<dc:creator>Dilip</dc:creator>
		<pubDate>Thu, 25 Feb 2010 09:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-110486</guid>
		<description>Thanks,
It helped me.........</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
It helped me&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZeuS</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-110485</link>
		<dc:creator>ZeuS</dc:creator>
		<pubDate>Thu, 25 Feb 2010 07:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-110485</guid>
		<description>I&#039;m facing a bit problem using &#039;NetworkAvailabilityChanged&#039;. If I&#039;m connected through multiple interfaces at a time then I didn&#039;t get &#039;NetworkAvailabilityChanged&#039; event fired. But if I&#039;m using single connection then this event fires. Could you please suggest a solution.</description>
		<content:encoded><![CDATA[<p>I&#8217;m facing a bit problem using &#8216;NetworkAvailabilityChanged&#8217;. If I&#8217;m connected through multiple interfaces at a time then I didn&#8217;t get &#8216;NetworkAvailabilityChanged&#8217; event fired. But if I&#8217;m using single connection then this event fires. Could you please suggest a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tejaswini</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-110478</link>
		<dc:creator>tejaswini</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-110478</guid>
		<description>Thanks for sharing this information.
It helped to do one of my task.
God bless u :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this information.<br />
It helped to do one of my task.<br />
God bless u :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay Rathod</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-109875</link>
		<dc:creator>Sanjay Rathod</dc:creator>
		<pubDate>Tue, 12 Jan 2010 09:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardentdev.com/index.php/2006/01/18/how-to-check-for-a-network-connection-in-net-20-c-or-vb/#comment-109875</guid>
		<description>Great Information, 
Thanks a lot and you are good in knowledge sharing</description>
		<content:encoded><![CDATA[<p>Great Information,<br />
Thanks a lot and you are good in knowledge sharing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

