RawReadEventArgs Class |
Namespace: Fiddler
The RawReadEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
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
|