HttpBindingBase.ReaderQuotas 属性
定义
获取或设置可由配置了此绑定的终结点处理的 SOAP 消息的该复杂性约束。Gets or sets the constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.
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
属性值
可由用此绑定配置的终结点处理的 SOAP 消息的复杂性约束。The constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.