HttpClient.HttpTimings

Keeps track of request timings for the last executed request. Tracks started, firstbyte and lastbyte times as well as ms to first byte (actually first 'buffer' loaded) and last byte.

public HttpTimings HttpTimings

Remarks

Does not work with DownloadStream() since you control the stream's operations.