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.
我正在向 UDP 主机发送一个大端字节数组,一切正常,但我需要将代理合并到混合中。
从我发现(或尚未发现)的情况来看,没有直接的方法可以将匿名代理(甚至 Socks4/5)与 UdpClient 一起使用。任何人都可以帮忙吗?
您应该使用System.Net.HttpWebRequest.Proxy代理。查看 MSDN 代码片段链接以获取更多信息。我有一个类似的问题,这有帮助。
System.Net.HttpWebRequest.Proxy