| SessionTimers Class |
Namespace: Fiddler
The SessionTimers type exposes the following members.
| Name | Description | |
|---|---|---|
| SessionTimers | Initializes a new instance of the SessionTimers class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Override of ToString shows timer info in a fancy format
(Overrides ObjectToString.) | |
| ToString(Boolean) |
Override of ToString shows timer info in a fancy format
|
| 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
|
| Name | Description | |
|---|---|---|
| ClientReads | ||
| EnableHighResolutionTimers |
Enables High-Resolution timers, which are bad for battery-life but good for the accuracy of timestamps.
See http://technet.microsoft.com/en-us/sysinternals/bb897568 for the ClockRes utility that shows current clock resolution.
NB: Exiting Fiddler reverts this to the default value.
| |
| ServerReads |