| SessionTimers Fields |
The SessionTimers type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientBeginRequest |
The time at which the request's first Send() to Fiddler completes
| |
| ClientBeginResponse |
The time at which Fiddler has begun sending the Response to the client (ClientResponseFirstSend)
| |
| ClientConnected |
The time at which the client's HTTP connection to Fiddler was established
| |
| ClientDoneRequest |
The time at which the request to Fiddler completes (aka RequestLastWrite)
| |
| ClientDoneResponse |
The time at which Fiddler has completed sending the Response to the client (ClientResponseLastSend)
| |
| DNSTime |
The number of milliseconds spent waiting for DNS
| |
| FiddlerBeginRequest |
The time at which Fiddler begins sending the HTTP request to the server (FiddlerRequestFirstSend)
| |
| FiddlerGotRequestHeaders |
The time at which the request headers were received
| |
| FiddlerGotResponseHeaders |
The time at which Fiddler received the server's headers
| |
| GatewayDeterminationTime |
The number of milliseconds spent determining which gateway should be used to handle this request
(Should be mutually exclusive to DNSTime!=0)
| |
| HTTPSHandshakeTime |
The number of milliseconds elapsed while performing the HTTPS handshake with the server
| |
| ServerBeginResponse |
The time at which Fiddler receives the first byte of the server's response (ServerResponseFirstRead)
| |
| ServerConnected |
The time at which the server connection has been established
| |
| ServerDoneResponse |
The time at which Fiddler has completed receipt of the server's response (ServerResponseLastRead)
| |
| ServerGotRequest |
The time at which Fiddler has completed sending the HTTP request to the server (FiddlerRequestLastSend).
BUG: Should be named "FiddlerEndRequest".
NOTE: Value here is often misleading due to buffering inside WinSock's send() call.
| |
| TCPConnectTime |
The number of milliseconds spent waiting for the server TCP/IP connection establishment
|