2
Answers

C# program access a server to get data over the internet

Philip Cannon

Philip Cannon

14y
2.6k
1

I can use iexplorer on the following URL and it will send me some data in xml format.  each time i hit refresh it sends new data.
http://xxk45/demo_getLatestLeResult.php
Returned result:
<LeResults>
<LeResult time="1400" loc="37.78"
locLon="-122.41" MCC="310"
MNC="26" LAC="258" CID="20102" TA="2"/>
</LeResults>


I have Visual Studio 2010 and I want to write a C# program that will let me get the data.

I am new to C# but have been a c , visual C, Visual C++ programmmer for many years.
I am pulling data from an SQL database but they have put an API on the server to filter the data for me.
-Phil
Answers (2)