Monitoring outgoing internet traffic
Posted
by Frane
on Stack Overflow
See other posts from Stack Overflow
or by Frane
Published on 2009-05-24T11:47:05Z
Indexed on
2010/04/19
14:43 UTC
Read the original article
Hit count: 310
Is there a way to monitoring internet traffic programatically? I would like to log the pages users are visiting on the Internet. Can this be achieved with .NET code, is there a 3rd party .NET component that could be used to retrieved data.
Information about Internet traffic must be stored to a database so I cannot use a plugin or something for IE. We are also looking to include this code into our existing product so we cannot use a 3rd party product that cannot be redistributed.
It would be cool if this thing could monitor traffic for all browsers but monitoring IE traffic might also be sufficient.
© Stack Overflow or respective owner