I would like to create a VPN client and VPN server using WCF through HTTP.
Can this be accomplished?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To be transparent you will need to write a driver. But if you just want a tunneling proxy it is easy enough to write. If you use a Session Required Contract with a call back event you can build the tunnel.
Sorry I cannot provide a working example at this time. But I will make a note to cleanup project I have and blog about it later.
Edit…
I took down the site with my example a few years back… if I remember I will track down the code and post it to github.