XmlDictionaryReaderQuotaTypes 枚举
定义
枚举 XmlDictionaryReaders 的可配置配额值。Enumerates the configurable quota values for XmlDictionaryReaders.
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
public enum class XmlDictionaryReaderQuotaTypes
[System.Flags]
public enum XmlDictionaryReaderQuotaTypes
type XmlDictionaryReaderQuotaTypes =
Public Enum XmlDictionaryReaderQuotaTypes
- 继承
- 属性
字段
MaxArrayLength | 4 | 指定允许的最大数组长度。Specifies the maximum allowed array length. |
MaxBytesPerRead | 8 | 指定允许为每次读取返回的最大字节数。Specifies the maximum allowed bytes returned for each read. |
MaxDepth | 1 | 指定最大嵌套节点深度。Specifies the maximum nested node depth. |
MaxNameTableCharCount | 16 | 指定表名称中允许的最大字符数。Specifies the maximum characters allowed in a table name. |
MaxStringContentLength | 2 | 指定读取器返回的最大字符串长度。Specifies the maximum string length returned by the reader. |