XmlDictionaryReaderQuotaTypes 枚举

定义

枚举 XmlDictionaryReaders 的可配置配额值。

此枚举支持其成员值的按位组合。

public enum class XmlDictionaryReaderQuotaTypes
[System.Flags]
public enum XmlDictionaryReaderQuotaTypes
[<System.Flags>]
type XmlDictionaryReaderQuotaTypes = 
Public Enum XmlDictionaryReaderQuotaTypes
继承
XmlDictionaryReaderQuotaTypes
属性

字段

MaxArrayLength 4

指定允许的最大数组长度。

MaxBytesPerRead 8

指定允许为每次读取返回的最大字节数。

MaxDepth 1

指定最大嵌套节点深度。

MaxNameTableCharCount 16

指定表名称中允许的最大字符数。

MaxStringContentLength 2

指定读取器返回的最大字符串长度。

适用于