Click or drag to resize
SessionTimers Fields

The SessionTimers type exposes the following members.

Fields
  NameDescription
Public fieldClientBeginRequest
The time at which the request's first Send() to Fiddler completes
Public fieldClientBeginResponse
The time at which Fiddler has begun sending the Response to the client (ClientResponseFirstSend)
Public fieldClientConnected
The time at which the client's HTTP connection to Fiddler was established
Public fieldClientDoneRequest
The time at which the request to Fiddler completes (aka RequestLastWrite)
Public fieldClientDoneResponse
The time at which Fiddler has completed sending the Response to the client (ClientResponseLastSend)
Public fieldDNSTime
The number of milliseconds spent waiting for DNS
Public fieldFiddlerBeginRequest
The time at which Fiddler begins sending the HTTP request to the server (FiddlerRequestFirstSend)
Public fieldFiddlerGotRequestHeaders
The time at which the request headers were received
Public fieldFiddlerGotResponseHeaders
The time at which Fiddler received the server's headers
Public fieldGatewayDeterminationTime
The number of milliseconds spent determining which gateway should be used to handle this request (Should be mutually exclusive to DNSTime!=0)
Public fieldHTTPSHandshakeTime
The number of milliseconds elapsed while performing the HTTPS handshake with the server
Public fieldServerBeginResponse
The time at which Fiddler receives the first byte of the server's response (ServerResponseFirstRead)
Public fieldServerConnected
The time at which the server connection has been established
Public fieldServerDoneResponse
The time at which Fiddler has completed receipt of the server's response (ServerResponseLastRead)
Public fieldServerGotRequest
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.
Public fieldTCPConnectTime
The number of milliseconds spent waiting for the server TCP/IP connection establishment
Top
See Also