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)
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.