Click or drag to resize
RawReadEventArgs Properties

The RawReadEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAbortReading
Set to TRUE to request that upload or download process be aborted as soon as convenient
Public propertyarrDataBuffer
Byte buffer returned from read. Note: Always of fixed size, check iCountOfBytes to see which bytes were set
Public propertyiCountOfBytes
Count of latest read from Socket. If less than 1, response was ended.
Public propertysessionOwner
Session for which this responseRead is occurring
Top
See Also