Vpn client in xamarin

我是研究僧i 提交于 2020-06-16 06:46:31

问题


I want to create a vpn application such as "Touch VPN" or "Hi VPN'

How to use xamarin to connect to vpn server using .open files in the background?

There are several example source codes in Java But I never found any source code in xamarin c#

How can I use c# for that purpose?


回答1:


Please see example Xamarin.Android VPN service demo: https://github.com/luqmanhussain/XamarinAndroidVPNExample

Accodring to your several examples, you can convert java to C# code as well. There are some tips when you want to do that. https://docs.microsoft.com/en-us/xamarin/android/get-started/java-developers



来源:https://stackoverflow.com/questions/56863899/vpn-client-in-xamarin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!