Class AsyncStreamCopyOptions
- Namespace
- Cuemon.IO
- Assembly
- Cuemon.IO.dll
Configuration options that is related to Stream copy operations.
public class AsyncStreamCopyOptions : AsyncDisposableOptions, IAsyncOptions, IParameterObject
- Inheritance
-
AsyncStreamCopyOptions
- Implements
- Derived
- Inherited Members
Constructors
AsyncStreamCopyOptions()
Initializes a new instance of the StreamCopyOptions class.
public AsyncStreamCopyOptions()
Remarks
The following table shows the initial property values for an instance of StreamCopyOptions.
Property | Initial Value |
---|---|
BufferSize | 81920 |
Properties
BufferSize
Gets or sets the size of the buffer.
public int BufferSize { get; set; }
Property Value
- Int32
The size of the buffer.
Exceptions
- ArgumentOutOfRangeException
value
is lower than or equal to 0.