Прочетете на английски Редактиране

Споделяне чрез


XmlDictionaryReaderQuotas.MaxArrayLength Property

Definition

Gets or sets the maximum allowed array length.

C#
public int MaxArrayLength { get; set; }

Property Value

The maximum allowed array length. The default is 16384.

Exceptions

Trying to set the value, but quota values are read-only for this instance.

Trying to set the value to less than zero.

Remarks

This quota governs the maximum array length that is created and returned by various API calls. It affects special array APIs as well as byte arrays returned from ReadContentAsBase64(). This limit does not affect the ReadContentAsBase64() override that takes an array to be populated with data.

Note that this property value applies to every step of message processing. This includes some steps that can expand the size of a message or message part. In particular, encryption can dramatically increase the size of a message. When setting this value, you must take this into account.

Instances created with the public constructor have properties that can be set.

Applies to

Продукт Версии
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0