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

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

Value

Type: System.EventHandler<RawReadEventArgs>
See Also