ClassRawReadEventArgs
Class
When the FiddlerApplication.OnReadResponseBuffer event fires, the raw bytes are available via this object.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class RawReadEventArgs : EventArgs
Inheritance: objectEventArgsRawReadEventArgs
Inherited Members
Properties
AbortReading
Set to TRUE to request that upload or download process be aborted as soon as convenient
arrDataBuffer
Byte buffer returned from read. Note: Always of fixed size, check iCountOfBytes to see which bytes were set
iCountOfBytes
Count of latest read from Socket. If less than 1, response was ended.
sessionOwner
Session for which this responseRead is occurring