Enum SessionStates
State of the current session
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public enum SessionStates
Aborted
Session was aborted (client didn't want response, fatal error, etc)
AutoTamperRequestAfter
AutoTamperRequest pass 2 (Only used by IAutoTamper)
AutoTamperRequestBefore
AutoTamperRequest pass 1 (IAutoTamper, OnBeforeRequest script method)
AutoTamperResponseAfter
AutoTamperResponse pass 2 (Only used by IAutoTamper)
AutoTamperResponseBefore
AutoTamperResponse pass 1 (Only used by IAutoTamper)
Created
Object created but nothing's happening yet
Done
Session complete
HandTamperRequest
User can tamper using Fiddler Inspectors
HandTamperResponse
User can tamper using Fiddler Inspectors
ReadingRequest
Thread is reading the HTTP Request
ReadingResponse
Thread is reading the HTTP Response
SendingRequest
Thread is sending the Request to the server
SendingResponse
Sending response to client application