Click or drag to resize
Session Events

The Session type exposes the following members.

Events
  NameDescription
Public eventOnCompleteTransaction
Public eventOnContinueTransaction
This event fires if this Session automatically yields a new one, for instance, if Fiddler is configured to automatically follow redirects or perform multi-leg authentication (X-AutoAuth).
Public eventOnStateChanged
This event fires at any time the session's State changes. Use with caution due to the potential for performance impact.
Top
See Also