NetMsmqBindingElement.ReaderQuotas 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此绑定相关联的 XmlDictionaryReaderQuotas 对象。
public:
property System::ServiceModel::Configuration::XmlDictionaryReaderQuotasElement ^ ReaderQuotas { System::ServiceModel::Configuration::XmlDictionaryReaderQuotasElement ^ get(); };
[System.Configuration.ConfigurationProperty("readerQuotas")]
public System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement ReaderQuotas { get; }
[<System.Configuration.ConfigurationProperty("readerQuotas")>]
member this.ReaderQuotas : System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotasElement
属性值
与此绑定相关联的 XmlDictionaryReaderQuotas 对象。
- 属性
注解
XmlDictionaryReaderQuotas 对象针对可由配置了绑定的终结点处理的 SOAP 消息的复杂性定义了许多约束。 这些约束包括 maxArrayLength
、maxBytesPerRead
、maxDepth
、maxNameTableCharCount
和 maxStringContentLength
。 这些值有助于防止遭受拒绝服务攻击。 有关详细信息,请参阅 XmlDictionaryReaderQuotas。