Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating VPN client and server using WCF

Tags:

c#

wcf

vpn

I would like to create a VPN client and VPN server using WCF through HTTP.

Can this be accomplished?

like image 291
Josh Avatar asked Sep 02 '26 05:09

Josh


1 Answers

WCF is for creating high-level web service applications, not low-level network system drivers, components, etc.

Of course, you can build web services in WCF that will run over a VPN, but you can't build VPN drivers in WCF.

like image 185
Jason Kresowaty Avatar answered Sep 03 '26 20:09

Jason Kresowaty



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!