さて、私はC#に少し慣れていないので、http回答の値を取得しようとしています。しかし、私はこれまでそのXML関連のものを扱ったことはありませんでした。
簡単な例: http: //freegeoip.net/xml/123.123.123.123
<Response>
<Ip>123.123.123.123</Ip>
<CountryCode>CN</CountryCode>
<CountryName>China</CountryName>
<RegionCode>22</RegionCode>
<RegionName>Beijing</RegionName>
<City>Beijing</City>
<ZipCode/>
<Latitude>39.9289</Latitude>
<Longitude>116.388</Longitude>
<MetroCode/>
</Response>
<CountryName></CountryName>
パーツをC#で返したいです。例はありますか?