views:

45

answers:

0

Hey.

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?