Click or drag to resize
FiddlerApplicationOnReadResponseBuffer Event
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.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static event EventHandler<RawReadEventArgs> OnReadResponseBuffer

Value

Type: SystemEventHandlerRawReadEventArgs
See Also