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

NetEventRelayBindingElement.ReaderQuotas 属性

定义

获取或设置一个 XML 元素,该元素包含对 SOAP 消息的复杂性的约束,这些消息可由配置有此绑定的终结点进行处理。

[System.Configuration.ConfigurationProperty("readerQuotas")]
public Microsoft.ServiceBus.Configuration.XmlDictionaryReaderQuotasElement ReaderQuotas { get; }
[<System.Configuration.ConfigurationProperty("readerQuotas")>]
member this.ReaderQuotas : Microsoft.ServiceBus.Configuration.XmlDictionaryReaderQuotasElement
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotasElement

属性值

返回一个 , XmlDictionaryReaderQuotasElement 该值指定 SOAP 消息的复杂性约束。

属性

适用于