Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名 C# 程序员,我有客户需求:
他在办公室有 10 台电脑(VPN 连接)。一台计算机是服务器,所有都是客户端。服务器计算机有一个文件夹,它总是不时更新,我不得不编写代码从服务器计算机复制该文件夹。我做到了,当我在连接的两个系统 LAN 中运行该软件时,它运行良好。
VPN 服务器需要用户认证。如何通过 C# 程序连接到 VPN 服务器?