开发者

How can I retrieve real time data from a website into c# winform app?

开发者 https://www.devze.com 2023-04-13 07:28 出处:网络
I am creating a c# program th开发者_运维问答at should get: 1) The current users on the web site.

I am creating a c# program th开发者_运维问答at should get:

1) The current users on the web site.

2) Some basic info about those users. (Web browser, location).

How can I retrieve that data from a web site via C#?

(I thought that I could upload a php/aspx file that will save that data to a txt file, and c# will download that data and show it) - is there a more simple way of doing this? or rather a better way?


This is a very open question there are many ways you can go about this.

Why not just add an analytics package to your site (there are many free ones out there) and then if you wanted you could write a C# program to hook into the analytics API and download the data.


So, you can create a WebService that contains your methods in the website and add a reference for web service in your winforms application and then you can easily call methods from webservice and used it. good luck


I think you can use WebClient Class for this. Also you can use HttpWebRequest and HttpWebResponse

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号