Posts by Lucas Cé Bertin • 1 point
1 post
- 
		0 votes2 answers177 viewsA: C# - Problems reading data from an XML returned from a siteUsing Xdocument you can do your parser as follows: public static string getLocationIPAddress() { var result = string.Empty; using (var client = new System.Net.WebClient()) { var xmlResponse =…