NetMsmqBindingElement.ReaderQuotas 属性

定义

获取或设置与此绑定相关联的 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

属性值

XmlDictionaryReaderQuotasElement

与此绑定相关联的 XmlDictionaryReaderQuotas 对象。

属性

注解

XmlDictionaryReaderQuotas 对象针对可由配置了绑定的终结点处理的 SOAP 消息的复杂性定义了许多约束。 这些约束包括 maxArrayLengthmaxBytesPerReadmaxDepthmaxNameTableCharCountmaxStringContentLength。 这些值有助于防止遭受拒绝服务攻击。 有关详细信息,请参阅 XmlDictionaryReaderQuotas

适用于