Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to make a custom proxy application in c# and i need to know how to do the following.

- Intercept all outgoing data
- Send data to proxy server
- Complete connections to intended destination
- Return data to client

I am completely lost and would not begin to know how to go about doing this, except for maybe using TcpListener and TcpClient classes. Please give me anything that would help me in the right direction, im looking for links, code snippets, or any other helpful info.

Thanks,
Jordan 'Croug'
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900