| Session Events |
The Session type exposes the following members.
| Name | Description | |
|---|---|---|
| OnCompleteTransaction | ||
| OnContinueTransaction |
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).
| |
| OnStateChanged |
This event fires at any time the session's State changes. Use with caution due to the potential for performance impact.
|