Chris Hawkins
Chris Hawkins

Reputation: 802

Fiddler Session Object Documentation

Where can I find any documentation on the properties and methods of the Fiddler.Session object? I am creating some custom rules (js) in Fiddler for troubleshooting.

Upvotes: 7

Views: 3738

Answers (2)

Borislav Ivanov
Borislav Ivanov

Reputation: 5360

Fiddler shares a lot of code with FiddlerCore, so, for most cases, you can use FiddlerCore API reference, and more specifically the one for the Session class.

Upvotes: 1

EricLaw
EricLaw

Reputation: 57085

Install the Script Editor and click View > Class Explorer. http://www.telerik.com/download/fiddler/fiddlerscript-editor

Also check out the documentation (hit F1) and the book http://fiddlerbook.com

Upvotes: 5

Related Questions