Table of Contents

Class AsyncEncodingOptions

Namespace
Cuemon.Text
Assembly
Cuemon.Core.dll

Specifies options that is related to the System.Text.Encoding class.

public sealed class AsyncEncodingOptions : EncodingOptions, IEncodingOptions, IParameterObject, IAsyncOptions
Inheritance
Object
AsyncEncodingOptions
Implements
Inherited Members

Constructors

AsyncEncodingOptions()

Initializes a new instance of the EncodingOptions class.

public AsyncEncodingOptions()

Remarks

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

PropertyInitial Value
CancellationTokendefault

Properties

CancellationToken

Gets or sets the cancellation token of an asynchronous operations.

public CancellationToken CancellationToken { get; set; }

Property Value

CancellationToken

The cancellation token of an asynchronous operations.