httpwebrequest 与事件 vb2008

发布于 2024-10-26 11:00:56 字数 238 浏览 2 评论 0原文

是否可以获取httpwebrequest的事件?例如,当我发出发布请求时,那么在事件过程中,我应该按以下顺序得到类似的内容:

  • 连接到网站,
  • 连接到网站
  • 发布
  • 请求,发布请求,
  • 等待响应,
  • 接收响应
  • ,收到响应
  • 连接
  • ,断开

,或者我如何实现像这样的网络请求吗?

Is it possibl to get events of httpwebrequest? for example whn i make a post request, then in the events procedure i should be getting something like this in the following order say

  • connecting to website
  • connected to website
  • posting request
  • request posted
  • waiting for response
  • receiving response
  • response received
  • disconnecting
  • disconnected

Or how to i implement something like this with the webrequest?

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

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

发布评论

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

评论(1

毅然前行 2024-11-02 11:00:56

您需要使用 WebClient 类代替。本课程提供多项活动,但并非您想要的所有活动。

You'll want to use the WebClient class instead. This class offers several events, although not all of the ones you're looking for.

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