0

I'm trying to write task monitoring software (for myself, not for spying on others), and I want to monitor what websites I connect to. (in my case I know the ones that I want, I just want to check for certain ones).

What part of the .net framework would I use to see activity TO/FROM a specific website? (I'm not the most interested in what information is going back and forth, just that a connection was made.

Could you provide a simple code example?

KevinDeus
  • 11,610
  • 20
  • 62
  • 96
  • 2
    See [ How to create a simple c# http monitor/blocker? ](http://stackoverflow.com/questions/924449/how-to-create-a-simple-c-http-monitor-blocker). – Matthew Flaschen Sep 22 '10 at 02:00

1 Answers1

1

The answer is found here:

How to create a simple c# http monitor/blocker?

Community
  • 1
  • 1
KevinDeus
  • 11,610
  • 20
  • 62
  • 96