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 { get; set; }

Remarks

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

See also:

Class HttpClient

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic