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