正在寻找具有类似 Fiddler 信息的增强型 WebClient/HttpWebRequest - 有吗?
在我深入创建这个之前,.NET 是否有一个库可以在 HttpWebRequest
/ WebClient
请求中提供类似 Fiddler 的统计信息?
我正在寻找的一些东西:
- 第一个字节的时间
- 缓存标头
- 响应代码
- 传输速率(字节/秒)
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:
- Time to First Byte
- Caching Headers
- Response Codes
- Transfer Rate (bytes/sec)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FiddlerCore 怎么样?它是 fiddler 库,您可以将其包含在您自己的 .NET 应用程序中。从网页:
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:
Eric Lawrence also did a recent .NET Rocks episode with some more background information in case you are interested.