控制 HttpWebRequest 中使用的连接

发布于 2024-10-05 11:34:29 字数 177 浏览 1 评论 0原文

是否可以对用于 HttpWebRequest 的连接进行任何类型的控制?我使用 BindIPEndPointDelegate 属性来设置要绑定请求的 IP。然而,我想要有 5 个保持活动的连接,这些连接通过所有使用不同的 IP 进行循环。

或者是否有某种方法可以将连接上下文化/划分,以便我可以专门说“使用此保持活动连接”?

Is it possible to have any sort of control over the connection used for a HttpWebRequest? I use the BindIPEndPointDelegate property to set the IP to bind the request to. However I want to have 5 keep-alive connections that get round-robined through that all use different IPs.

Or is there some sort of way I could contextualize/compartmentalize the connections so that I can say "use this keep-alive connection" specifically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如此安好 2024-10-12 11:34:29

看起来像在 HttpWebRequests 上设置 ConnectionGroupName 属性会池化该字符串上的连接。

It looks like setting the ConnectionGroupName property on the HttpWebRequests pools the connections keyed on that string.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文