XmlDictionaryReaderQuotaTypes 枚举

定义

枚举 XmlDictionaryReaders 的可配置配额值。

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

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

字段

名称 说明
MaxDepth 1

指定最大嵌套节点深度。

MaxStringContentLength 2

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

MaxArrayLength 4

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

MaxBytesPerRead 8

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

MaxNameTableCharCount 16

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

适用于