FastInfoset.NET Class Reference for .NET
ReaderQuotas Property (FiMessageEncodingBindingElement)






Gets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element.
Syntax
'Declaration
 
Public ReadOnly Property ReaderQuotas As System.Xml.XmlDictionaryReaderQuotas
'Usage
 
Dim instance As FiMessageEncodingBindingElement
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 protect against a class of denial of service (DOS) attacks that attempt to use message complexity to tie up endpoint processing resources. The properties that express these constraints and their default values are as follows:

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

FiMessageEncodingBindingElement Class
FiMessageEncodingBindingElement Members

Send Feedback