ReceivingPixelDataArgs Class Members
In This Topic
The following tables list the members exposed by ReceivingPixelDataArgs.
Public Properties
| | Name | Description |
 | Association |
The association on which data is arriving
|
 | Dataset |
The dataset so far
|
Top
Public Methods
| | Name | Description |
 | ReceiveToDisk |
Write the data received so far to the names file, and then pass received pixel data direct to that file, without
holding it all
in memory
|
 | ReceiveToStream |
Write the data received so far to a user-provided stream, and then pass received pixel data direct to that stream, without
holding it all
in memory
|
Top
See Also