正在寻找具有类似 Fiddler 信息的增强型 WebClient/HttpWebRequest - 有吗?

发布于 2024-11-24 22:32:51 字数 206 浏览 0 评论 0原文

在我深入创建这个之前,.NET 是否有一个库可以在 HttpWebRequest / WebClient 请求中提供类似 Fiddler 的统计信息?

我正在寻找的一些东西:

  1. 第一个字节的时间
  2. 缓存标头
  3. 响应代码
  4. 传输速率(字节/秒)

Before I get too deep in creating this, is there a library out there for .NET that provides Fiddler-like statistics in a HttpWebRequest / WebClient request?

Some things I'm looking for:

  1. Time to First Byte
  2. Caching Headers
  3. Response Codes
  4. Transfer Rate (bytes/sec)

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

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

发布评论

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

评论(1

ぃ弥猫深巷。 2024-12-01 22:32:51

FiddlerCore 怎么样?它是 fiddler 库,您可以将其包含在您自己的 .NET 应用程序中。从网页:

FiddlerCore 允许您集成 HTTP/HTTPS 流量查看和
.NET 应用程序的修改功能,无需任何
Fiddler 用户界面。

Eric Lawrence 还制作了最近的 .NET Rocks 剧集,其中包含更多背景信息,以防您感兴趣。

How about FiddlerCore? It is the fiddler library which you can include with your own .NET application. From the web page:

FiddlerCore allows you to integrate HTTP/HTTPS traffic viewing and
modification capabilities into your .NET application, without any of
the Fiddler UI.

Eric Lawrence also did a recent .NET Rocks episode with some more background information in case you are interested.

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