FiddlerApplication Events |
The FiddlerApplication type exposes the following members.
Name | Description | |
---|---|---|
AfterSessionComplete |
This event fires when a session has been completed
| |
AfterSocketAccept |
Fired each time Fiddler successfully accepts a TCP/IP connection
| |
AfterSocketConnect |
Fired each time Fiddler successfully establishes a TCP/IP connection
| |
BeforeRequest |
This event fires when a client request is received by Fiddler
| |
BeforeResponse |
This event fires when a server response is received by Fiddler
| |
BeforeReturningError |
This event fires when an error response is generated by Fiddler
| |
FiddlerAttach |
Sync this event to be notified when FiddlerCore has attached as the system proxy.")]
| |
FiddlerDetach |
Sync this event to be notified when FiddlerCore has detached as the system proxy.
| |
OnClearCache | ||
OnNotification | ||
OnReadRequestBuffer |
This event fires each time FiddlerCore reads data from network for the client's request. Note that this data
is not formatted in any way, and must be parsed by the recipient.
| |
OnReadResponseBuffer |
This event fires each time FiddlerCore reads data from network for the server's response. Note that this data
is not formatted in any way, and must be parsed by the recipient.
| |
OnValidateServerCertificate | ||
OnWebSocketMessage |
This event fires when Fiddler captures a WebSocket message
| |
RequestHeadersAvailable |
This event fires when Request Headers are available
| |
ResponseHeadersAvailable |
This event fires when Response Headers are available
|