<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Spotlight on Connection Manager</title><link>http://blogs.msdn.com/hegenderfer/archive/2009/07/07/spotlight-on-connection-manager.aspx</link><description>Windows Mobile provides a very powerful, but often misunderstood, abstraction layer called Connection Manager. &amp;#160; Connection Manager is responsible for managing all the possible networks a device may expose and transparently brokering them out to</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Spotlight on Connection Manager</title><link>http://blogs.msdn.com/hegenderfer/archive/2009/07/07/spotlight-on-connection-manager.aspx#9825029</link><pubDate>Thu, 09 Jul 2009 01:56:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9825029</guid><dc:creator>hch</dc:creator><description>&lt;p&gt;The use case I'm most interested in is the &amp;quot;use any network but cellular&amp;quot; one. &amp;nbsp;That's what most of our users want. &amp;nbsp;If the connection to the Internet is free then go ahead, otherwise stop.&lt;/p&gt;
&lt;p&gt;That would require enumerating the network guids and picking one that was not the cell data connection. &amp;nbsp;I'm not aware of any way to do this in managed code using managed HTTP requests.&lt;/p&gt;
</description></item><item><title>re: Spotlight on Connection Manager</title><link>http://blogs.msdn.com/hegenderfer/archive/2009/07/07/spotlight-on-connection-manager.aspx#9828052</link><pubDate>Fri, 10 Jul 2009 05:33:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828052</guid><dc:creator>ReedR</dc:creator><description>&lt;p&gt;In many cases, CM kind of does this. Since DTPS and WiFi connections are prioritized over cellular, it will attempt to use the &amp;quot;free&amp;quot; connections over cellular if they are available. &amp;nbsp;Outside of the standard logic to do that, you could have to use the lower level APIs to control which connection is used.&lt;/p&gt;
&lt;p&gt;-Reed&lt;/p&gt;
</description></item></channel></rss>