| Noemax.WCFX.Channels Namespace > FiMessageEncodingBindingElement Class : ReaderQuotas Property |
'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();
}
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:
MaxDepth = 32
MaxStringContentLength = 8192
MaxArrayLength = 16384
MaxBytesPerRead = 4096
MaxNameTableCharCount = 16384
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