FiddlerApplicationOnReadRequestBuffer 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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic static event EventHandler<RawReadEventArgs> OnReadRequestBuffer
Public Shared Event OnReadRequestBuffer As EventHandler(Of RawReadEventArgs)
public:
static event EventHandler<RawReadEventArgs^>^ OnReadRequestBuffer {
void add (EventHandler<RawReadEventArgs^>^ value);
void remove (EventHandler<RawReadEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerRawReadEventArgs
See Also