为.net程序中的不同线程分配不同的IP
运行我的程序的计算机分配有 6 个不同的 IP 地址。我需要每个线程使用不同的 IP 地址进行通信。
具体来说,我使用 WebRequest 对象进行通信。那么是否可以为每个线程分配一个不同的IP地址来代替默认的IP地址呢?
谢谢, 伊甸园
The computer that runs my program has 6 different IP addresses assigned to it. I need that each thread will use a different IP address for its communication.
Specifically I'm using the WebRequest object for communicating. so is there away assign each thread a different IP address to use instead of the default one?
Thanks,
Eden
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些信息这里< /a> 关于调用之前的绑定。我怀疑您需要在套接字层本身低于 WebRequest 的位置工作。
There is some info here about binding before making the call. I suspect you'll need to work lower than WebRequest at the socket layer itself.