Table of Contents

Class AsyncStreamEncodingOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for System.IO.Stream.

public class AsyncStreamEncodingOptions : AsyncDisposableOptions, IAsyncOptions, IParameterObject, IEncodingOptions
Inheritance
Object
AsyncStreamEncodingOptions
Implements
Derived
Inherited Members

Constructors

AsyncStreamEncodingOptions()

Initializes a new instance of the AsyncStreamEncodingOptions class.

public AsyncStreamEncodingOptions()

Remarks

The following table shows the initial property values for an instance of AsyncStreamEncodingOptions.

PropertyInitial Value
PreambleDefaultPreambleSequence
EncodingDefaultEncoding

Properties

Encoding

Gets or sets the character encoding to use for the operation.

public Encoding Encoding { get; set; }

Property Value

Encoding

The character encoding to use for the operation.

Preamble

Gets or sets the action to take in regards to encoding related preamble sequences.

public PreambleSequence Preamble { get; set; }

Property Value

PreambleSequence

A value that indicates whether to preserve or remove preamble sequences.