Click or drag to resize
FiddlerApplication Events

The FiddlerApplication type exposes the following members.

Events
  NameDescription
Public eventStatic memberAfterSessionComplete
This event fires when a session has been completed
Public eventStatic memberAfterSocketAccept
Fired each time Fiddler successfully accepts a TCP/IP connection
Public eventStatic memberAfterSocketConnect
Fired each time Fiddler successfully establishes a TCP/IP connection
Public eventStatic memberBeforeRequest
This event fires when a client request is received by Fiddler
Public eventStatic memberBeforeResponse
This event fires when a server response is received by Fiddler
Public eventStatic memberBeforeReturningError
This event fires when an error response is generated by Fiddler
Public eventStatic memberFiddlerAttach
Sync this event to be notified when FiddlerCore has attached as the system proxy.")]
Public eventStatic memberFiddlerDetach
Sync this event to be notified when FiddlerCore has detached as the system proxy.
Public eventStatic memberOnClearCache
Public eventStatic memberOnNotification
Public eventStatic memberOnReadRequestBuffer
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.
Public eventStatic memberOnReadResponseBuffer
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.
Public eventStatic memberOnValidateServerCertificate
Public eventStatic memberOnWebSocketMessage
This event fires when Fiddler captures a WebSocket message
Public eventStatic memberRequestHeadersAvailable
This event fires when Request Headers are available
Public eventStatic memberResponseHeadersAvailable
This event fires when Response Headers are available
Top
See Also