<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>IPAddressExtensions Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/IPAddressExtensions/Wiki/View.aspx?title=Home</link><description>IPAddressExtensions Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://ipaddressextensions.codeplex.com/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a .NET 3.5 library that retrieves the country information for an Internet Protocol version 4 &amp;#40;IPv4&amp;#41; Address, by extending the System.Net.IPAddress class.&lt;br /&gt;&lt;br /&gt;The most common use for this library would be determining the destination of a user connecting to your website or application. You could then localise the webpages or data based on there IPv4 address geospatial location.&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Information provided&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Country name (eg. Australia)&lt;/li&gt;
&lt;li&gt;Country ISO 3166 2-Code (eg. AU)&lt;/li&gt;
&lt;li&gt;Country ISO 3166 3-Code (eg. AUS)&lt;/li&gt;
&lt;li&gt;Registry. (eg. APNIC)&lt;/li&gt;
&lt;li&gt;Date the IP Address (range) was added to the data source (if known).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Sample C# code&lt;/h2&gt;
&lt;pre&gt;
using System.Net;
using WorldDomination.Net;

string userHostIpAddress = &amp;quot;203.1.2.3&amp;quot;;
IPAddress ipAddress;
if (IPAddress.TryParse(userHostIpAddress, out ipAddress))
{
    string country = ipAddress.Country(); // return value: UNITED STATES
    string iso3166TwoLetterCode = ipAddress.Iso3166TwoLetterCode(); // return value: US
}
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The project was developed with the following :-
&lt;ul&gt;&lt;li&gt;.NET 3.5 framework :: automatic properties, extension methods and anonymous types, &lt;/li&gt;
&lt;li&gt;LINQ to OBJECTS to retrieve the data&lt;/li&gt;
&lt;li&gt;Free geospatial data provided kindly by Webnet77 under the terms of the General Public License.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;-= Update 23rd May 2008 =-&lt;br /&gt;Codeplex team didn't like my original logo and locked the project (thanks guys for notifying me!). Logo updated, project reopened. Appologies for any inconvience this might have caused.&lt;/div&gt;</description><author>purekrome</author><pubDate>Sun, 19 Apr 2009 10:08:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090419100853A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IPAddressExtensions/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a .NET 3.5 library that retrieves the country information for an Internet Protocol version 4 &amp;#40;IPv4&amp;#41; Address, by extending the System.Net.IPAddress class.&lt;br /&gt;&lt;br /&gt;The most common use for this library would be determining the destination of a user connecting to your website or application. You could then localise the webpages or data based on there IPv4 address geospatial location.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Information provided
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Country name (eg. Australia)&lt;/li&gt;&lt;li&gt;Country ISO 3166 2-Code (eg. AU)&lt;/li&gt;&lt;li&gt;Country ISO 3166 3-Code (eg. AUS)&lt;/li&gt;&lt;li&gt;Registry. (eg. APNIC)&lt;/li&gt;&lt;li&gt;Date the IP Address (range) was added to the data source (if known).&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample C# code
&lt;/h2&gt;&lt;pre&gt;
using System.Net;
using WorldDomination.Net;
 
IPAddress ipAddress = new System.Net.IPAddress(0x2414188f);  // Some IPv4 address in the USA.
string country = ipAddress.Country(); // return value: UNITED STATES
string iso3166TwoLetterCode = ipAddress.Iso3166TwoLetterCode(); // return value: US
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;The project was developed with the following :-&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;.NET 3.5 framework :: automatic properties, extension methods and anonymous types, &lt;/li&gt;&lt;li&gt;LINQ to OBJECTS to retrieve the data&lt;/li&gt;&lt;li&gt;Free geospatial data provided kindly by Webnet77 under the terms of the General Public License.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;-= Update 23rd May 2008 =-&lt;br /&gt;Codeplex team didn't like my original logo and locked the project (thanks guys for notifying me!). Logo updated, project reopened. Appologies for any inconvience this might have caused.&lt;br /&gt;
&lt;/div&gt;</description><author>purekrome</author><pubDate>Sat, 24 May 2008 03:17:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080524031735A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IPAddressExtensions/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a .NET 3.5 library that retrieves the country information for an Internet Protocol version 4 &amp;#40;IPv4&amp;#41; Address, by extending the System.Net.IPAddress class.&lt;br /&gt;&lt;br /&gt;The most common use for this library would be determining the destination of a user connecting to your website or application. You could then localise the webpages or data based on there IPv4 address geospatial location.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Information provided
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Country name (eg. Australia)&lt;/li&gt;&lt;li&gt;Country ISO 3166 2-Code (eg. AU)&lt;/li&gt;&lt;li&gt;Country ISO 3166 3-Code (eg. AUS)&lt;/li&gt;&lt;li&gt;Registry. (eg. APNIC)&lt;/li&gt;&lt;li&gt;Date the IP Address (range) was added to the data source (if known).&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample C# code
&lt;/h2&gt;&lt;pre&gt;
using System.Net;
using WorldDomination.Net;
 
IPAddress ipAddress = new System.Net.IPAddress(0x2414188f);  // Some IPv4 address in the USA.
string country = ipAddress.Country(); // return value: UNITED STATES
string iso3166TwoLetterCode = ipAddress.Iso3166TwoLetterCode(); // return value: US
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;The project was developed with the following :-&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;.NET 3.5 framework :: automatic properties, extension methods and anonymous types, &lt;/li&gt;&lt;li&gt;LINQ to OBJECTS to retrieve the data&lt;/li&gt;&lt;li&gt;Free geospatial data provided kindly by Webnet77 under the terms of the General Public License.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>purekrome</author><pubDate>Sat, 24 May 2008 03:16:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080524031625A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IPAddressExtensions/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Attention Project Owner&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Your project picture has made some users uncomfortable, and we would you to change the picture before publishing again.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thanks for your understanding.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Please &lt;a href="https://www.codeplex.com/ContactUs.aspx" class="externalLink"&gt;contact us&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with any questions.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you,&lt;/b&gt;&lt;br /&gt;&lt;b&gt;CodePlex Administration&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a .NET 3.5 library that retrieves the country information for an Internet Protocol version 4 &amp;#40;IPv4&amp;#41; Address, by extending the System.Net.IPAddress class.&lt;br /&gt;&lt;br /&gt;The most common use for this library would be determining the destination of a user connecting to your website or application. You could then localise the webpages or data based on there IPv4 address geospatial location.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Information provided
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Country name (eg. Australia)&lt;/li&gt;&lt;li&gt;Country ISO 3166 2-Code (eg. AU)&lt;/li&gt;&lt;li&gt;Country ISO 3166 3-Code (eg. AUS)&lt;/li&gt;&lt;li&gt;Registry. (eg. APNIC)&lt;/li&gt;&lt;li&gt;Date the IP Address (range) was added to the data source (if known).&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample C# code
&lt;/h2&gt;&lt;pre&gt;
using System.Net;
using WorldDomination.Net;
 
IPAddress ipAddress = new System.Net.IPAddress(0x2414188f);  // Some IPv4 address in the USA.
string country = ipAddress.Country(); // return value: UNITED STATES
string iso3166TwoLetterCode = ipAddress.Iso3166TwoLetterCode(); // return value: US
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;The project was developed with the following :-&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;.NET 3.5 framework :: automatic properties, extension methods and anonymous types, &lt;/li&gt;&lt;li&gt;LINQ to OBJECTS to retrieve the data&lt;/li&gt;&lt;li&gt;Free geospatial data provided kindly by Webnet77 under the terms of the General Public License.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>jwanageladmin</author><pubDate>Thu, 15 May 2008 17:02:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080515050247P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IPAddressExtensions/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a .NET 3.5 library that retrieves the country information for an Internet Protocol version 4 &amp;#40;IPv4&amp;#41; Address, by extending the System.Net.IPAddress class.&lt;br /&gt;&lt;br /&gt;The most common use for this library would be determining the destination of a user connecting to your website or application. You could then localise the webpages or data based on there IPv4 address geospatial location.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Information provided
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Country name (eg. Australia)&lt;/li&gt;&lt;li&gt;Country ISO 3166 2-Code (eg. AU)&lt;/li&gt;&lt;li&gt;Country ISO 3166 3-Code (eg. AUS)&lt;/li&gt;&lt;li&gt;Registry. (eg. APNIC)&lt;/li&gt;&lt;li&gt;Date the IP Address (range) was added to the data source (if known).&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Sample C# code
&lt;/h2&gt;&lt;pre&gt;
using System.Net;
using WorldDomination.Net;
 
IPAddress ipAddress = new System.Net.IPAddress(0x2414188f);  // Some IPv4 address in the USA.
string country = ipAddress.Country(); // return value: UNITED STATES
string iso3166TwoLetterCode = ipAddress.Iso3166TwoLetterCode(); // return value: US
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;The project was developed with the following :-&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;.NET 3.5 framework :: automatic properties, extension methods and anonymous types, &lt;/li&gt;&lt;li&gt;LINQ to OBJECTS to retrieve the data&lt;/li&gt;&lt;li&gt;Free geospatial data provided kindly by Webnet77 under the terms of the General Public License.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>purekrome</author><pubDate>Sat, 23 Feb 2008 11:11:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080223111100A</guid></item></channel></rss>