标签: c# windows networking ip windows-server-2012-r2
我正在尝试通过主机提供商已分配给我的VPS的辅助IP WAN地址连接到远程服务器。问题是我不想将辅助IP更改为主要IP。我只需要将其用于特定的C#程序即可。
示例:
主要:1.2.3.4 [在网络设置中分配为静态]
中学:11.22.33.44
使用Windows Server 2012-r2,C#和System.Net.WebRequest