WCF-Xtensions Class Reference for Mono
ReaderQuotas Property (SmartHttpBinding)






Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.
Syntax
'Declaration
 
Public ReadOnly Property ReaderQuotas As System.Xml.XmlDictionaryReaderQuotas
'Usage
 
Dim instance As SmartHttpBinding
Dim value As System.Xml.XmlDictionaryReaderQuotas
 
value = instance.ReaderQuotas
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas {get;}
public read-only property ReaderQuotas: System.Xml.XmlDictionaryReaderQuotas; 
public function get ReaderQuotas : System.Xml.XmlDictionaryReaderQuotas
public: __property System.Xml.XmlDictionaryReaderQuotas* get_ReaderQuotas();
public:
property System.Xml.XmlDictionaryReaderQuotas^ ReaderQuotas {
   System.Xml.XmlDictionaryReaderQuotas^ get();
}
Remarks

The complexity constraints provide protection from denial of service (DOS) attacks that attempt to use message complexity to tie up endpoint processing resources. Other complexity constraints include items such as a maximum element depth and a maximum length for string content within the message.

This constrains will be applied to all message encodings used by this binding if they support ReaderQuotas property.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartHttpBinding Class
SmartHttpBinding Members

Send Feedback