Sprog

CborReaderOptions Class

Definition

Provides the ability for the user to define custom behavior when reading CBOR data.

public ref class CborReaderOptions sealed
public sealed class CborReaderOptions
type CborReaderOptions = class
Public NotInheritable Class CborReaderOptions
Inheritance
CborReaderOptions

Constructors

Name Description
CborReaderOptions()

Initializes a new instance of the CborReaderOptions class.

Properties

Name Description
AllowMultipleRootLevelValues

Gets or sets a value that indicates whether multiple root-level values are supported by the reader.

ConformanceMode

Gets or sets the conformance mode used when reading CBOR data.

MaxDepth

Gets or sets the maximum depth allowed when reading CBOR data, with the default (-1) indicating the maximum depth should be chosen by the runtime.

Applies to