XmlDictionaryReaderQuotas.MaxStringContentLength Property

Definition

Gets or sets the maximum string length returned by the reader.

public int MaxStringContentLength { get; set; }

Property Value

The maximum string length returned by the reader. The default is 8192.

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 limits the length of strings that are created and returned by various APIs. When calling Read() and checking the Value property, the reader chunks string values into manageable pieces (when in streaming mode). However, calling ReadContentAsString() concatenates all these pieces and return one large string. In the binary format, if the value of an element node is a sequence of dictionary string IDs then the values of those strings are concatenated. This can be an extremely large expansion and is mitigated by this limit.

Applies to

Produkt Versjoner
.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
.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