How to create a simple c# http monitor/blocker?
        Posted  
        
            by Click Ok
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Click Ok
        
        
        
        Published on 2009-05-29T04:58:32Z
        Indexed on 
            2010/06/14
            3:02 UTC
        
        
        Read the original article
        Hit count: 295
        
I was reading that question (http://stackoverflow.com/questions/226784/how-to-create-a-simple-proxy-in-c) that is near of my wishes.
I simply want develop a c# app that, by example, monitors Firefox, IE, etc and logs all navigated pages. Depending of the visited page, I want to block the site (like a parental filter).
Code snippets/samples are good, but if you can just tell me some direction of that classes to use I will be grateful. :-)
© Stack Overflow or respective owner