你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

XmlDictionaryReaderQuotasElement 类

定义

一个配置元素,用于定义对可由配置有绑定的终结点处理的 SOAP 消息复杂性的约束。 此类不能被继承。

public sealed class XmlDictionaryReaderQuotasElement : System.Configuration.ConfigurationElement
type XmlDictionaryReaderQuotasElement = class
    inherit ConfigurationElement
Public NotInheritable Class XmlDictionaryReaderQuotasElement
Inherits ConfigurationElement
继承
XmlDictionaryReaderQuotasElement

构造函数

XmlDictionaryReaderQuotasElement()

一个配置元素,用于定义对可由配置有绑定的终结点处理的 SOAP 消息复杂性的约束。 此类不能被继承。

属性

MaxArrayLength

获取或设置允许的最大数组长度。

MaxBytesPerRead

获取或设置每次读取返回的最大允许字节数。

MaxDepth

获取或设置每次读操作的最大嵌套节点深度。

MaxNameTableCharCount

获取或设置表名中允许的最大字符数。

MaxStringContentLength

获取或设置 XML 元素内容中允许的最大字符数。

适用于