RawReadEventArgs Properties |
The RawReadEventArgs type exposes the following members.
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
|