WebHttpBinding.ReaderQuotas 属性

定义

获取或设置可由配置了此绑定的终结点处理的 SOAP 消息的复杂性约束。

public:
 property System::Xml::XmlDictionaryReaderQuotas ^ ReaderQuotas { System::Xml::XmlDictionaryReaderQuotas ^ get(); void set(System::Xml::XmlDictionaryReaderQuotas ^ value); };
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { get; set; }
member this.ReaderQuotas : System.Xml.XmlDictionaryReaderQuotas with get, set
Public Property ReaderQuotas As XmlDictionaryReaderQuotas

属性值

指定复杂性约束的 XmlDictionaryReaderQuotas

例外

该值设置为 null

设置的配额必须为正数。

注解

这些复杂性约束可以抵御某种类型的拒绝服务 (DOS) 攻击,这些攻击试图利用消息复杂性来占用终结点处理资源。 表示这些约束的属性及其默认值(以字节表示)如下所示:

适用于