Client side web proxy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kevinyy
    New Member
    • Jul 2008
    • 77

    Client side web proxy

    Is it even possible to code a client side proxy in C#? Traditionally proxies are server side and client computer access sites from within that server...So, is there a way to maybe make a "mock" proxy client side with about the same functionality of a traditional proxy?

    Thanks,
    -Kevin
  • Kevinyy
    New Member
    • Jul 2008
    • 77

    #2
    bump...oh! i almost forgot to include that i was using VS08 .Net 3.5. Although i am going to code this (if possible at all) in .Net 1.1 or 2

    Comment

    • Kevinyy
      New Member
      • Jul 2008
      • 77

      #3
      No one knows...? this would be awesome if i could code this in C#.

      Comment

      • Curtis Rutland
        Recognized Expert Specialist
        • Apr 2008
        • 3264

        #4
        Doesn't seem that way...I don't know how you could possibly avoid making a proxy server based.

        Comment

        Working...