XmlDictionaryReaderQuotas Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XmlDictionaryReaderQuotas type exposes the following members.
| Name | Description | |
|---|---|---|
|
Max | Gets an instance of this class with all properties set to maximum values. |
|
MaxArrayLength | Gets the maximum allowed array length. |
|
MaxBytesPerRead | Gets the maximum allowed bytes returned for each read. |
|
MaxDepth | Gets the maximum nested node depth. |
|
MaxNameTableCharCount | Gets the maximum number of characters allowed in a table name. |
|
MaxStringContentLength | Gets the maximum string length returned by the reader. |
Show: