XmlDictionaryReaderQuotas Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XmlDictionaryReaderQuotas type exposes the following members.

Properties

  Name Description
Public propertyStatic memberSupported by Silverlight for Windows Phone Max Gets an instance of this class with all properties set to maximum values.
Public propertySupported by Silverlight for Windows Phone MaxArrayLength Gets the maximum allowed array length.
Public propertySupported by Silverlight for Windows Phone MaxBytesPerRead Gets the maximum allowed bytes returned for each read.
Public propertySupported by Silverlight for Windows Phone MaxDepth Gets the maximum nested node depth.
Public propertySupported by Silverlight for Windows Phone MaxNameTableCharCount Gets the maximum number of characters allowed in a table name.
Public propertySupported by Silverlight for Windows Phone MaxStringContentLength Gets the maximum string length returned by the reader.

Top