如何记录在c#.net中访问的所有站点 [英] how to record all sites visited in c#.net

查看:95
本文介绍了如何记录在c#.net中访问的所有站点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何记录在c#.net中访问的所有站点

how to record all sites visited in c#.net

推荐答案

我假设您正在谈论的是任何Web浏览器访问的站点. br/>
唯一的方法是在客户端和Internet之间实现代理服务器.客户端上的任何浏览器都将配置为通过代理访问任何站点.然后,代理可以记录所有这些内容.
I''m assuming you''re talking about the sites visited by any web browser.

The only way to do that would be to implement a proxy server between your clients and the Internet. Any browser on the client side would be configured to go through the proxy to get to any site. The proxy can then log all of this stuff.


对您的需要或所做的工作不太清楚.

IIS日志将有助于监视访问的网站.在此处查看类似的问题并进行示例讨论:用于监控所访问网站的C#代码 [ ^ ]
Not too clear on your need or effort made.

IIS Logs would help in monitoring the websites visited. See here a similar question and discussion around it with sample: C# code for monitoring websites visited [^]


这篇关于如何记录在c#.net中访问的所有站点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆