Table of Contents

Class AsyncStreamCopyOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options that is related to System.IO.Stream copy operations.

public class AsyncStreamCopyOptions : AsyncDisposableOptions, IAsyncOptions, IParameterObject
Inheritance
Object
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.

PropertyInitial Value
BufferSize81920

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.