<?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>Tue, 27 Jul 2010 10:15:57 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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,
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.
It helped to do one of my task.
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, 
Thanks a lot and you are good in knowledge sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Smityh</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-109402</link>
		<dc:creator>Peter Smityh</dc:creator>
		<pubDate>Mon, 09 Nov 2009 23:17:56 +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-109402</guid>
		<description>There&#039;s a MIX video on how to do this in Silverlight.  The same APIs work in .NET as well.  One of the key bits is that you&#039;re only connected to the internet if you&#039;ve made a connection to your server and have verified the response -- otherwise you might just connected to a local web page asking you for $9.95 to connect for a day :-)</description>
		<content:encoded><![CDATA[<p>There&#8217;s a MIX video on how to do this in Silverlight.  The same APIs work in .NET as well.  One of the key bits is that you&#8217;re only connected to the internet if you&#8217;ve made a connection to your server and have verified the response &#8212; otherwise you might just connected to a local web page asking you for $9.95 to connect for a day :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narasimha Murthy</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-93988</link>
		<dc:creator>Narasimha Murthy</dc:creator>
		<pubDate>Tue, 17 Mar 2009 05:41:10 +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-93988</guid>
		<description>Hi,

     How can I check web services availability.(.net 2.0 C# or vb.net)?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>     How can I check web services availability.(.net 2.0 C# or vb.net)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham Vargas</title>
		<link>http://ardentdev.com/how-to-check-for-a-network-connection-in-net-20-c-or-vb/comment-page-1/#comment-72722</link>
		<dc:creator>Abraham Vargas</dc:creator>
		<pubDate>Wed, 22 Oct 2008 00:19:31 +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-72722</guid>
		<description>Great info!
I&#039;ll use this before pinging my webservices :D</description>
		<content:encoded><![CDATA[<p>Great info!
I&#8217;ll use this before pinging my webservices :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
