The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlDictionaryReaderQuotaTypes Enumeration
.NET Framework (current version)
Enumerates the configurable quota values for XmlDictionaryReaders.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Member name | Description | |
|---|---|---|
| MaxArrayLength | Specifies the maximum allowed array length. | |
| MaxBytesPerRead | Specifies the maximum allowed bytes returned for each read. | |
| MaxDepth | Specifies the maximum nested node depth. | |
| MaxNameTableCharCount | Specifies the maximum characters allowed in a table name. | |
| MaxStringContentLength | Specifies the maximum string length returned by the reader. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: