Field StandardAsyncCopyBufferSize
The size of the buffer used for asynchronous copying. This is just actually the size we will use for each partial async write operation as we move through the list of internal buffers.
protected const int StandardAsyncCopyBufferSize = 2097152
Returns
- int
- The size of the buffer used for asynchronous copying. This is just actually the size we will use for each partial async write operation as we move through the list of internal buffers.