Noemax.WCFX Namespace > SmartHttpBinding Class : ReaderQuotas Property |
'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(); }
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.
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