I'm trying to extract detailed timing info, much like the Timing tab in Chrome, from a HTTP request made through HttpWebRequest in .NET:
Anyone know if this is possible? I cannot find any other documentation, than wrapping the entire request in a Stopwatch. But I really want the details, like how long it takes to resolve from DNS, how long it takes to request, content download etc.
