Click or drag to resize

DataReceivedEventArgs Properties

Version 130.1.90

The DataReceivedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyData Data that was received.
Public propertyDataLength Data chunk length.
Public propertyEncodedDataLength Actual bytes received (might be less than dataLength for compressed encodings).
Public propertyRequestId Request identifier.
Public propertyTimestamp Timestamp.
Top
See Also