Gets and sets the maximum string length returned by the reader.
Public Property MaxStringContentLength As Integer
Dim instance As XmlDictionaryReaderQuotas Dim value As Integer value = instance.MaxStringContentLength instance.MaxStringContentLength = value
public int MaxStringContentLength { get; set; }
public: property int MaxStringContentLength { int get (); void set (int value); }
public function get MaxStringContentLength () : int public function set MaxStringContentLength (value : int)
Trying to set the value, but quota values are read-only for this instance.
Trying to set the value to less than zero.
This quota limits the length of strings that are created and returned by various APIs. When calling Read() and checking the Value property, the reader chunks string values into manageable pieces (when in streaming mode). However, calling ReadContentAsString() concatenates all these pieces and return one large string. In the binary format, if the value of an element node is a sequence of dictionary string IDs then the values of those strings are concatenated. This can be an extremely large expansion and is mitigated by this limit.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003